From 542a10e84349d4953da0c2d674706af56655473e Mon Sep 17 00:00:00 2001 From: Allison Vacanti Date: Mon, 17 Jan 2022 17:59:07 -0500 Subject: [PATCH] Bump default image to gcc9. --- ci/local/build.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/local/build.bash b/ci/local/build.bash index d9d8263..83e1a2a 100755 --- a/ci/local/build.bash +++ b/ci/local/build.bash @@ -56,7 +56,7 @@ REPOSITORY_PATH=$(realpath ${SCRIPT_PATH}/../..) # FLAGS - Process command line flags. ################################################################################ -IMAGE="gpuci/cccl:cuda11.5.1-devel-ubuntu20.04-gcc7" +IMAGE="gpuci/cccl:cuda11.5.1-devel-ubuntu20.04-gcc9" LOCAL_IMAGE=0