Skip to content

Commit

Permalink
Use separate go test caches for config and config-next
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongable committed Nov 4, 2023
1 parent 1d31a22 commit 078c37b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ services:
environment:
FAKE_DNS: 10.77.77.77
BOULDER_CONFIG_DIR: &boulder_config_dir test/config-next
GOCACHE: /boulder/.gocache/go-build-next
GOFLAGS: -mod=vendor
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ services:
# FAKE_DNS: 172.17.0.1
FAKE_DNS: 10.77.77.77
BOULDER_CONFIG_DIR: test/config
GOCACHE: /boulder/.gocache/go-build
GOFLAGS: -mod=vendor
# Forward the parent env's GOEXPERIMENT value into the container.
GOEXPERIMENT: ${GOEXPERIMENT}
Expand Down

0 comments on commit 078c37b

Please sign in to comment.