mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 07:35:40 +00:00
.builds: disable go.local.mod test for gogio
I gave up figuring out how to run it under Go 1.17. Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
@@ -54,8 +54,6 @@ tasks:
|
||||
cd gio/cmd
|
||||
go test ./...
|
||||
go test -race ./...
|
||||
cd gogio # since we need -modfile to point at the parent directory
|
||||
GOFLAGS=-modfile=../go.local.mod go test
|
||||
- install_jdk8: |
|
||||
curl -so jdk.deb "https://cdn.azul.com/zulu/bin/zulu8.42.0.21-ca-jdk8.0.232-linux_amd64.deb"
|
||||
sudo apt-get -qq install -y -f ./jdk.deb
|
||||
|
||||
Reference in New Issue
Block a user