Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: fix lint on ARM #24311

Merged
merged 3 commits into from
Jan 31, 2022
Merged

build: fix lint on ARM #24311

merged 3 commits into from
Jan 31, 2022

Commits on Jan 29, 2022

  1. build: append GOARM to arm lint download URL

    otherwise it fails with:
    
    downloading from https://github.com/golangci/golangci-lint/releases/download/v1.42.0/golangci-lint-1.42.0-linux-arm.tar.gz
    ci.go:347: download error: status 404
    ligi committed Jan 29, 2022
    Configuration menu
    Copy the full SHA
    be0be37 View commit details
    Browse the repository at this point in the history
  2. build: increase timeout for lint

    Otherwise it times out on a pi
    ligi committed Jan 29, 2022
    Configuration menu
    Copy the full SHA
    a636019 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2022

  1. Increase timeout even further

    saw longer build times
    ligi committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    36dbaae View commit details
    Browse the repository at this point in the history