Skip to content
Merged
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
1 change: 1 addition & 0 deletions .github/actions/spin-ci-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ runs:
if: ${{ inputs.rust-cache == 'true' }}
with:
shared-key: "${{ runner.os }}-full-${{ hashFiles('./Cargo.lock', './os-release') }}"
save-if: ${{ github.ref == 'refs/heads/main' }}

## Install nomad
- name: Install nomad
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
with:
rust: true
rust-wasm: true
rust-cache: true

- name: Run lints on main code
run: BUILD_SPIN_EXAMPLES=0 make lint
Expand All @@ -64,7 +63,6 @@ jobs:
with:
rust: true
rust-wasm: true
rust-cache: true

- name: Cargo Build
run: cargo build --workspace --release --all-targets --features openssl/vendored --features all-tests
Expand Down Expand Up @@ -99,7 +97,6 @@ jobs:
with:
rust: true
rust-cross: true
rust-cache: true

- name: Cargo Build
run: cross build --target ${{ matrix.config.target }} --release --features openssl/vendored
Expand Down Expand Up @@ -127,7 +124,7 @@ jobs:
with:
rust: true
rust-wasm: true
rust-cache: true
rust-cache: "${{ matrix.os == 'windows-latest' }} || ${{ matrix.os == 'macos-13' }}"
openssl-windows: "${{ matrix.os == 'windows-latest' }}"

- name: Cargo Build
Expand Down Expand Up @@ -156,7 +153,6 @@ jobs:
with:
rust: true
rust-wasm: true
rust-cache: true
nomad: true

- name: Check disk space (Before)
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,6 @@ jobs:
with:
rust: true
rust-cross: true
rust-cache: true

- name: Cargo Build
run: cross build --target ${{ matrix.config.target }} --release --features openssl/vendored
Expand Down