Skip to content

Commit 0ee67d8

Browse files
Bump go SDK build & test to larger runner (#2790)
Fixes build failures where we run out of memory: - https://github.com/pulumi/pulumi-azure-native/actions/runs/6339573390/job/17219363077 ``` compile: writing output: write $WORK/b001/_pkg_.a: no space left on device error: error in compiling Go: unable to run `go build`: exit status 1 ```
1 parent 25f60d9 commit 0ee67d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
build_sdks:
8585
needs: prerequisites
8686
# Use big runner for dotnet and nodejs because we need more memory and more compute, respectively
87-
runs-on: ${{ (matrix.language == 'dotnet' || matrix.language == 'nodejs') && 'pulumi-ubuntu-8core' || 'ubuntu-latest' }}
87+
runs-on: ${{ (matrix.language == 'dotnet' || matrix.language == 'nodejs' || matrix.language == 'go') && 'pulumi-ubuntu-8core' || 'ubuntu-latest' }}
8888
strategy:
8989
fail-fast: true
9090
matrix:

0 commit comments

Comments
 (0)