Skip to content

Upgrade base image id to build a new cache. #109

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions .github/workflows/spack_default_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
# Our repo name contains upper case characters, so we can't use ${{ github.repository }}
IMAGE_NAME: gridkit
USERNAME: gridkit-bot
BASE_VERSION: ubuntu-24.04-fortran-v0.2.11
BASE_VERSION: ubuntu-24.04-fortran-v0.2.13

# Until we remove the need to clone submodules to build, this should on be in PRs
on: [pull_request]
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
padded_length: 128
mirrors:
local-buildcache: oci://${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
spack: https://binaries.spack.io/v0.23.1
spack: https://binaries.spack.io/develop
packages:
llvm:
externals:
Expand All @@ -161,7 +161,7 @@ jobs:
run: spack -e . concretize

- name: Install dependencies
run: spack -e . install --no-check-signature --only dependencies
run: spack -e . install --no-check-signature --no-cache --fresh --only dependencies

- name: Install package
run: spack -e . install --keep-stage --no-check-signature --no-cache --fresh
Expand Down
2 changes: 1 addition & 1 deletion buildsystem/spack/spack
Submodule spack updated 12596 files
Loading