Skip to content

Commit

Permalink
Actually disable Go in the ancient CI. This previously worked because…
Browse files Browse the repository at this point in the history
… we never checked if go was found or not, and in the case of disabling testing and libssl nothing attempted to use Go. cmake/go.cmake now has more sanity checks and detects that the docker container doesn't have Go installed.
  • Loading branch information
andrewhop committed Apr 6, 2023
1 parent 6ce1a05 commit 1ff8976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ci/run_legacy_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ echo "Testing gcc 4.1.2 / 4.1.3 support."
# but the certificates on the ancient ubuntu are expired and the ancient
# tools are insufficient to update the certificates.
# The build flags used are the same as our ancient internal build.
run_build -DBUILD_TESTING=OFF -DBUILD_LIBSSL=OFF -DCMAKE_BUILD_TYPE=Debug -DMY_ASSEMBLER_IS_TOO_OLD_FOR_AVX=ON -std=gnu99 -fgnu89-inline
run_build -DDISABLE_GO=ON -DBUILD_TESTING=OFF -DBUILD_LIBSSL=OFF -DCMAKE_BUILD_TYPE=Debug -DMY_ASSEMBLER_IS_TOO_OLD_FOR_AVX=ON -std=gnu99 -fgnu89-inline

0 comments on commit 1ff8976

Please sign in to comment.