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 committed Sep 30, 2024
1 parent 5538883 commit 434de5d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
ARCH: amd64
UBUNTU: 18.04
COMPILER_TYPE: gnu
COMPILER: gcc-8
HOST_COMPILER: gcc-8
COMPILER: gcc-9
HOST_COMPILER: gcc-9
BUILD_TYPE: release
ULIMIT_CORE: 0
VT_LB: 1
Expand Down
2 changes: 1 addition & 1 deletion ci/docker/ubuntu-gnu-docs.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG arch=amd64
FROM ${arch}/ubuntu:18.04 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 434de5d

Please sign in to comment.