Skip to content

Commit

Permalink
#2286: Remove gcc-8 references
Browse files Browse the repository at this point in the history
  • Loading branch information
thearusable authored and cz4rs committed Nov 14, 2024
1 parent f9a64d2 commit 97a9a03
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ci/docker/ubuntu-gnu-docs.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG ubuntu=22.04
FROM ${arch}/ubuntu:${ubuntu} as base

ARG proxy=""
ARG compiler=gcc-8
ARG compiler=gcc-9
ARG token

ENV https_proxy=${proxy} \
Expand Down
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# Variables:
# ARCH={amd64, arm64v8, ...}
# COMPILER_TYPE={gnu, clang, intel, nvidia}
# COMPILER={gcc-8, gcc-9, gcc-10,
# COMPILER={gcc-9, gcc-10,
# clang-8, clang-9, clang-10,
# icpc, icpx,
# nvcc-11, nvcc-11.2}
Expand Down Expand Up @@ -55,11 +55,11 @@
# $ docker compose run ubuntu-cpp-interactive
# # /vt/ci/build_cpp.sh /vt /build
#
# For a non-interactive build with gcc-8, since gnu is the default compiler
# For a non-interactive build with gcc-9, since gnu is the default compiler
# type, one may do the following:
#
# $ COMPILER=gcc-8 docker compose pull ubuntu-cpp
# $ COMPILER=gcc-8 docker compose run ubuntu-cpp
# $ COMPILER=gcc-9 docker compose pull ubuntu-cpp
# $ COMPILER=gcc-9 docker compose run ubuntu-cpp
#

# Volume will be created automatically for each combination of parameters.
Expand Down
2 changes: 1 addition & 1 deletion docs/md/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ which `docker compose` will read.
# Variables:
# ARCH={amd64, arm64v8, ...}
# COMPILER_TYPE={gnu, clang, intel, nvidia}
# COMPILER={gcc-8, gcc-9, gcc-10,
# COMPILER={gcc-9, gcc-10,
# clang-8, clang-9, clang-10,
# icpc, icpx,
# nvcc-11, nvcc-11.2}
Expand Down

0 comments on commit 97a9a03

Please sign in to comment.