diff options
author | Abseil Team <absl-team@google.com> | 2020-09-14 07:33:19 -0700 |
---|---|---|
committer | Gennadiy Rozental <rogeeff@google.com> | 2020-09-16 06:16:20 -0400 |
commit | c1ae0a497586edd38b0261846b8e4afdcfa30f0b (patch) | |
tree | 3fb8903861953b97e6328d10f6cf72318329770f /ci | |
parent | 6af91b35109cb35ae53cfe908e31a0c31c4a47f3 (diff) |
Export of internal Abseil changes
--
14d42e9d0b8aed0c0f00900cd6fd790908930de5 by Gennadiy Rozental <rogeeff@google.com>:
Fix gcc ci build command for LTS
PiperOrigin-RevId: 331543198
--
f1655ec91a4ad656dd1100cf2e134d08941278ca by Abseil Team <absl-team@google.com>:
Consistently document size_type return value of all map/set types.
PiperOrigin-RevId: 331528359
GitOrigin-RevId: 14d42e9d0b8aed0c0f00900cd6fd790908930de5
Change-Id: I33ebba4acb3e5918e4e112f03c81aba529dcd0b4
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/linux_gcc-latest_libstdcxx_bazel.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/linux_gcc-latest_libstdcxx_bazel.sh b/ci/linux_gcc-latest_libstdcxx_bazel.sh index cd15f710..b327405c 100755 --- a/ci/linux_gcc-latest_libstdcxx_bazel.sh +++ b/ci/linux_gcc-latest_libstdcxx_bazel.sh @@ -75,7 +75,7 @@ for std in ${STD}; do ${DOCKER_CONTAINER} \ /bin/sh -c " cp -r /abseil-cpp-ro/* /abseil-cpp/ - if [[ -n \"${ALTERNATE_OPTIONS:-}\" ]]; then + if [ -n \"${ALTERNATE_OPTIONS:-}\" ]; then cp ${ALTERNATE_OPTIONS:-} absl/base/options.h || exit 1 fi /usr/local/bin/bazel test ... \ |