Skip to content

Commit

Permalink
longer timeout, revert runner change
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter committed Aug 28, 2023
1 parent 89391eb commit 5b4c961
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/server-32bit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
cache-to: type=registry,ref=ghcr.io/viamrobotics/viam-server:buildcache
lint:
# needs: [docker]
runs-on: buildjet-8vcpu-ubuntu-2204-arm
runs-on: buildjet-4vcpu-ubuntu-2204-arm
# concurrency: '32bit-${{ github.ref }}'
permissions:
packages: read
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ lint-go: tool-install

lint-32bit: tool-install
# todo: no_pigpio is wrong; get it working on 32-bit builder
$(TOOL_BIN)/golangci-lint run -v --build-tags no_tflite,no_pigpio --tests=false --disable-all --enable staticcheck
$(TOOL_BIN)/golangci-lint run -v --build-tags no_tflite,no_pigpio --tests=false --disable-all --enable staticcheck --timeout 30m


lint-web: check-web
Expand Down

0 comments on commit 5b4c961

Please sign in to comment.