Skip to content

Commit

Permalink
Remove registry caching for ubuntu runners
Browse files Browse the repository at this point in the history
  • Loading branch information
harmless-tech committed Jan 15, 2025
1 parent 02968f1 commit c8d2d35
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions stable.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ jobs:
run: |
docker run --rm \
--userns host --user "$(id -u):$(id -g)" \
-v "$HOME/.cargo/registry:/usr/local/cargo/registry" \
-v ./build:/project \
"ghcr.io/cargo-prebuilt/ink-cross:stable-${TARGET}" \
auditable build --verbose --release --locked --target "${TARGET}" __LINUX_FLAGS__
Expand Down Expand Up @@ -274,7 +273,6 @@ jobs:
run: |
docker run --rm \
--userns host --user "$(id -u):$(id -g)" \
-v "$HOME/.cargo/registry:/usr/local/cargo/registry" \
-v ./build:/project \
"ghcr.io/cargo-prebuilt/ink-cross:stable-${TARGET}" \
auditable build --verbose --release --locked --target "${TARGET}" __LINUX_FLAGS__
Expand Down Expand Up @@ -376,7 +374,6 @@ jobs:
run: |
docker run --rm \
--userns host --user "$(id -u):$(id -g)" \
-v "$HOME/.cargo/registry:/usr/local/cargo/registry" \
-v ./build:/project \
"ghcr.io/cargo-prebuilt/ink-cross:stable-${TARGET}" \
auditable build --verbose --release --locked --target "${TARGET}" __LINUX_FLAGS__
Expand Down

0 comments on commit c8d2d35

Please sign in to comment.