We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86add13 commit 7df7853Copy full SHA for 7df7853
ci/linux-presubmit.sh
@@ -32,7 +32,7 @@
32
set -euox pipefail
33
34
readonly LINUX_LATEST_CONTAINER="gcr.io/google.com/absl-177019/linux_hybrid-latest:20220217"
35
-readonly LINUX_GCC_FLOOR_CONTAINER="gcr.io/google.com/absl-177019/linux_gcc-floor:20210617"
+readonly LINUX_GCC_FLOOR_CONTAINER="gcr.io/google.com/absl-177019/linux_gcc-floor:20220621"
36
37
if [[ -z ${GTEST_ROOT:-} ]]; then
38
GTEST_ROOT="$(realpath $(dirname ${0})/..)"
@@ -78,6 +78,7 @@ time docker run \
78
--copt="-Werror" \
79
--copt="-Wuninitialized" \
80
--copt="-Wno-error=pragmas" \
81
+ --distdir="/bazel-distdir" \
82
--keep_going \
83
--show_timestamps \
84
--test_output=errors
0 commit comments