Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Remove gcc-6 from the compose file #365

Merged
merged 1 commit into from
Feb 9, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions environments/linux/docker/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,19 +249,6 @@ services:


### Ubuntu 18.04 images:
gcc-6:
extends:
service: ubuntu18.04
image: "libcudacxx/gcc-6"
container_name: gcc-6
profiles: ["gcc-6"]
build:
context: ../../../
dockerfile: environments/linux/docker/ubuntu.base.Dockerfile
target: libcudacxx-configured
args:
HOST_CXX: "g++-6"

gcc-7:
extends:
service: ubuntu18.04
Expand Down