Skip to content

Commit

Permalink
Merge pull request #1896 from fermyon/backport-1859-to-v1.6
Browse files Browse the repository at this point in the history
[Backport v1.6] ci: Embiggen build runner
  • Loading branch information
vdice authored Oct 16, 2023
2 parents cff70af + 1f2dba3 commit 4c3a0a7
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,11 @@ jobs:

test-rust:
name: Test Spin SDK - Rust
runs-on: ${{ matrix.os }}
runs-on: ${{ matrix.runner }}
needs: [lint-rust]
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runner: [ubuntu-22.04-4core-spin, macos-latest]
steps:
- uses: actions/checkout@v3

Expand All @@ -117,13 +117,6 @@ jobs:
bindle: true
nomad: true

# FIXME: THIS IS THE SHORTEST-TERM OF ALL SHORT-TERM FIXES
- name: Rescue some space for Linux tests
if: matrix.os == 'ubuntu-latest'
run: |
rm -rf ./target/debug/deps
rm -rf ./target/debug/build
- name: Cargo Unit Tests
run: |
make test-unit
Expand Down

0 comments on commit 4c3a0a7

Please sign in to comment.