File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change 1313 # GOPY_TRAVIS_CI is set
1414 GOPY_TRAVIS_CI : 1
1515 GOTRACEBACK : crash
16- PYPYVERSION : " v7.1.1"
1716 GO111MODULE : auto
1817
1918jobs :
2221 name : Build
2322 strategy :
2423 matrix :
25- go-version : [1.20 .x, 1.19 .x]
24+ go-version : [1.22 .x, 1.21 .x]
2625 platform : [ubuntu-latest]
2726 # platform: [ubuntu-latest, macos-latest, windows-latest]
2827 runs-on : ${{ matrix.platform }}
5352 run : |
5453 sudo apt-get update
5554 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-
6455 # install pybindgen
6556 python3 -m pip install --user -U pybindgen
66- # pypy3 -m pip install --user -U pybindgen
67-
6857 # install goimports
6958 go install golang.org/x/tools/cmd/goimports@latest
7059
You can’t perform that action at this time.
0 commit comments