-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GitLab CI: Use Stackage Docker image (#2805)
It no longer uses our own Docker CI image, and doesn't run `.ci/setup.sh`. Further housekeeping: 1. Extract `CLASH_DOCKER_TAG` and `CACHE_BUST_TOKEN` from `image`, `CACHE_FALLBACK_KEY` and `cache.key` tokens/vars, so there is a single place to change them, as otherwise I would have added another place to keep the bust token synchronized. 2. Add Docker images for GHC 9.10.1 to builder script. 3. An overlapping `apt-get install` in building the Docker images has been removed; every `build-$tool` image starts from the `builder` image, so it will already have what is in `DEPS_COMMON` installed, adding it to `DEPS_$tool` is redundant and a no-op. This means DEPS_VERILATOR doesn't need zlib1g-dev. The other dependencies have been sorted alphabetically. There are still no-ops (such as zlib1g-dev implying zlib1g already), but no outright overlap. 4. All GHC's have been bumped to their latest minor; same for the base Ubuntu Docker image.
- Loading branch information
1 parent
47b8fa7
commit 8a827e1
Showing
5 changed files
with
27 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters