Skip to content

Commit

Permalink
Update CI to 1.82 and add mold linker
Browse files Browse the repository at this point in the history
  • Loading branch information
knoellle committed Oct 26, 2024
1 parent 7acecb6 commit 68896d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: redhat-actions/buildah-build@v2
with:
image: hulk-ci
tags: latest 1.81.0 ${{ github.sha }}
tags: ${{ github.sha }} 1.82.0-mold
containerfiles: |
tools/ci/github-runners/Containerfile
Expand Down
3 changes: 2 additions & 1 deletion tools/ci/github-runners/Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/rust:1.81.0
FROM docker.io/rust:1.82.0

RUN apt-get update && apt-get install --no-install-recommends --yes \
buildah \
Expand All @@ -15,6 +15,7 @@ RUN apt-get update && apt-get install --no-install-recommends --yes \
lua-inspect \
mkdocs \
mkdocs-material \
mold \
ninja-build \
python3 \
python3-click \
Expand Down

0 comments on commit 68896d9

Please sign in to comment.