Skip to content

Commit

Permalink
Dockerfile : Add GAFFER_BUILD_ENVIRONMENT="gcc11"
Browse files Browse the repository at this point in the history
  • Loading branch information
murraystevenson committed Jan 15, 2024
1 parent eb72094 commit 4268c69
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
3.0.0ax
=======

- Dockerfile :
- Added `GAFFER_BUILD_ENVIRONMENT="gcc11"` environment variable.

3.0.0a2
=======

Expand Down
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

FROM aswf/ci-base:2023.2

# Identify the build environment. This can be used by build processes for
# environment specific behaviour such as naming artifacts built from this
# container.
ENV GAFFER_BUILD_ENVIRONMENT="gcc11"

# As we don't want to inadvertently grab newer versions of our yum-installed
# packages, we use yum-versionlock to keep them pinned. We track the list of
# image packages here, then compare after our install steps to see what was
Expand Down

0 comments on commit 4268c69

Please sign in to comment.