mirror of
https://github.com/zrepl/zrepl.git
synced 2025-01-20 13:18:47 +01:00
build: circleci: update CA certs in go 1.12 image
This commit is contained in:
parent
4a2806f6d1
commit
1ac1635b3d
@ -24,7 +24,12 @@ commands:
|
|||||||
|
|
||||||
apt-update-and-install-common-deps:
|
apt-update-and-install-common-deps:
|
||||||
steps:
|
steps:
|
||||||
- run: sudo apt update && sudo apt install gawk make
|
- run: sudo apt-get update
|
||||||
|
- run: sudo apt-get install -y gawk make
|
||||||
|
# CircleCI doesn't update its cimg/go images.
|
||||||
|
# So, need to update manually to get up-to-date trust chains.
|
||||||
|
# The need for this was required for cimg/go:1.12, but let's future proof this here and now.
|
||||||
|
- run: sudo apt-get install -y git ca-certificates
|
||||||
|
|
||||||
restore-cache-gomod:
|
restore-cache-gomod:
|
||||||
steps:
|
steps:
|
||||||
@ -257,12 +262,13 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
|
||||||
|
- install-godep
|
||||||
|
|
||||||
- restore-cache-gomod
|
- restore-cache-gomod
|
||||||
- run: go mod download
|
- run: go mod download
|
||||||
- run: cd build && go mod download
|
- run: cd build && go mod download
|
||||||
- save-cache-gomod
|
- save-cache-gomod
|
||||||
|
|
||||||
- install-godep
|
|
||||||
- run: make formatcheck
|
- run: make formatcheck
|
||||||
- run: make generate-platform-test-list
|
- run: make generate-platform-test-list
|
||||||
- run: make zrepl-bin test-platform-bin
|
- run: make zrepl-bin test-platform-bin
|
||||||
|
Loading…
Reference in New Issue
Block a user