mirror of https://github.com/hashicorp/consul
ci: Loosen apt source verification (#11493)
parent
4e4439a2b2
commit
01c583431a
|
@ -213,7 +213,7 @@ jobs:
|
||||||
- checkout
|
- checkout
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
at: /go/bin
|
at: /go/bin
|
||||||
- run: sudo apt-get update && sudo apt-get install -y rsyslog
|
- run: sudo apt-get update --allow-releaseinfo-change-suite --allow-releaseinfo-change-version && sudo apt-get install -y rsyslog
|
||||||
- run: sudo service rsyslog start
|
- run: sudo service rsyslog start
|
||||||
- run: *install-gotestsum
|
- run: *install-gotestsum
|
||||||
- run: go mod download
|
- run: go mod download
|
||||||
|
@ -406,7 +406,7 @@ jobs:
|
||||||
GOOS: linux
|
GOOS: linux
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: sudo apt-get update && sudo apt-get install -y gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-aarch64-linux-gnu
|
- run: sudo apt-get update --allow-releaseinfo-change-suite --allow-releaseinfo-change-version && sudo apt-get install -y gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-aarch64-linux-gnu
|
||||||
- run:
|
- run:
|
||||||
environment:
|
environment:
|
||||||
GOARM: 5
|
GOARM: 5
|
||||||
|
|
Loading…
Reference in New Issue