Skip to content

Commit

Permalink
chown to fix buildvcs crash in subprocess builds
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter committed Sep 4, 2023
1 parent 7fe599a commit ff7350a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/server-32bit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,10 @@ jobs:
- uses: actions/checkout@v3
- name: test
env:
EXTRA_FLAGS: -buildvcs=false -tags no_tflite,no_pigpio
EXTRA_FLAGS: -tags no_tflite,no_pigpio
GO_TAGS: no_tflite,no_pigpio
CGO_ENABLED: '1'
run: docker run --rm -v $PWD/:/rdk ghcr.io/viamrobotics/viam-server:armv7 sh -c "go version && go list -json $EXTRA_FLAGS ./... | etc/splitter.py ${{ matrix.index }} --nbins 5 --command \"go test $EXTRA_FLAGS\" --fail-empty"
run: docker run --rm -v $PWD/:/rdk ghcr.io/viamrobotics/viam-server:armv7 sh -c "sudo chown -R $USER .git && go version && go list -json $EXTRA_FLAGS ./... | etc/splitter.py ${{ matrix.index }} --nbins 5 --command \"go test $EXTRA_FLAGS\" --fail-empty"
build:
needs: [test]
runs-on: buildjet-4vcpu-ubuntu-2204-arm
Expand Down

0 comments on commit ff7350a

Please sign in to comment.