File tree 1 file changed +1
-12
lines changed
1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change 13
13
# GOPY_TRAVIS_CI is set
14
14
GOPY_TRAVIS_CI : 1
15
15
GOTRACEBACK : crash
16
- PYPYVERSION : " v7.1.1"
17
16
GO111MODULE : auto
18
17
19
18
jobs :
22
21
name : Build
23
22
strategy :
24
23
matrix :
25
- go-version : [1.20 .x, 1.19 .x]
24
+ go-version : [1.22 .x, 1.21 .x]
26
25
platform : [ubuntu-latest]
27
26
# platform: [ubuntu-latest, macos-latest, windows-latest]
28
27
runs-on : ${{ matrix.platform }}
53
52
run : |
54
53
sudo apt-get update
55
54
sudo apt-get install curl libffi-dev python3-cffi python3-pip
56
- # pypy3 isn't packaged in ubuntu yet.
57
- TEMPDIR=$(mktemp -d)
58
- curl -L https://downloads.python.org/pypy/pypy3.6-${PYPYVERSION}-linux64.tar.bz2 --output $TEMPDIR/pypy3.tar.bz2
59
- tar xf $TEMPDIR/pypy3.tar.bz2 -C $TEMPDIR
60
- sudo ln -s $TEMPDIR/pypy3.6-$PYPYVERSION-linux64/bin/pypy3 /usr/local/bin/pypy3
61
- # curl -L https://bootstrap.pypa.io/get-pip.py --output ${TEMPDIR}/get-pip.py
62
- # pypy3 ${TEMPDIR}/get-pip.py
63
-
64
55
# install pybindgen
65
56
python3 -m pip install --user -U pybindgen
66
- # pypy3 -m pip install --user -U pybindgen
67
-
68
57
# install goimports
69
58
go install golang.org/x/tools/cmd/goimports@latest
70
59
You can’t perform that action at this time.
0 commit comments