Skip to content

Commit 78e0f7f

Browse files
authored
Merge pull request #1859 from lann/embiggen-ci
ci: Embiggen build runner
2 parents b1f9e41 + e13ea8e commit 78e0f7f

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,11 @@ jobs:
100100

101101
test-rust:
102102
name: Test Spin SDK - Rust
103-
runs-on: ${{ matrix.os }}
103+
runs-on: ${{ matrix.runner }}
104104
needs: [lint-rust]
105105
strategy:
106106
matrix:
107-
os: [ubuntu-latest, macos-latest]
107+
runner: [ubuntu-22.04-4core-spin, macos-latest]
108108
steps:
109109
- uses: actions/checkout@v3
110110

@@ -116,13 +116,6 @@ jobs:
116116
rust-cache: true
117117
nomad: true
118118

119-
# FIXME: THIS IS THE SHORTEST-TERM OF ALL SHORT-TERM FIXES
120-
- name: Rescue some space for Linux tests
121-
if: matrix.os == 'ubuntu-latest'
122-
run: |
123-
rm -rf ./target/debug/deps
124-
rm -rf ./target/debug/build
125-
126119
- name: Cargo Unit Tests
127120
run: |
128121
make test-unit

0 commit comments

Comments
 (0)