File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ function compile_tests {
1515
1616set -eux
1717
18- export GO111MODULE=on
1918export CGO_ENABLED=0
2019
2120GOOS=linux GOARCH=amd64 build
@@ -30,8 +29,4 @@ GOOS=darwin GOARCH=amd64 build
3029time GOOS=darwin GOARCH=amd64 compile_tests
3130
3231# MacOS on Apple Silicon M1.
33- # Go 1.16 added support for the M1 and added ios/arm64,
34- # so we use this to check if we should attempt a build.
35- if go tool dist list | grep ios/arm64 ; then
36- GOOS=darwin GOARCH=arm64 build
37- fi
32+ GOOS=darwin GOARCH=arm64 build
Original file line number Diff line number Diff line change 2222fi
2323
2424cd " $( dirname " $0 " ) "
25- export GO111MODULE=on
2625MYNAME=$( basename " $0 " )
2726TESTDIR=$TMPDIR /gocryptfs-test-parent-$UID
2827mkdir -p " $TESTDIR "
You can’t perform that action at this time.
0 commit comments