Skip to content

Commit

Permalink
try goflags
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter committed Sep 4, 2023
1 parent 809e712 commit ab16a5f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/server-32bit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,11 @@ jobs:
- uses: actions/checkout@v3
- name: test
env:
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 "whoami && chown -R root .git && go version && go list -json $EXTRA_FLAGS ./... | etc/splitter.py ${{ matrix.index }} --nbins 5 --command \"go test $EXTRA_FLAGS\" --fail-empty"
# EXTRA_FLAGS: -tags no_tflite,no_pigpio
# GO_TAGS: no_tflite,no_pigpio
# CGO_ENABLED: '1'
GOFLAGS: -tags=no_tflite,no_pigpio -buildvcs=false
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\" --fail-empty"
build:
needs: [test]
runs-on: buildjet-4vcpu-ubuntu-2204-arm
Expand Down

0 comments on commit ab16a5f

Please sign in to comment.