Skip to content

Commit 0e4c15b

Browse files
committed
Prefix the volume name to avoid conflicts with firecracker-containerd
The BuildKite host is shared with firecracker-containerd and firecracker-containerd uses "cargocache" as well. While this configuration may speed up builds, it is hard to guarantee 2 projects are using the cache is compatible manner. Signed-off-by: Kazuyoshi Kato <[email protected]>
1 parent 8913865 commit 0e4c15b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# permissions and limitations under the License.
1313

1414
# Set this to pass additional commandline flags to the go compiler, e.g. "make test EXTRAGOARGS=-v"
15-
CARGO_CACHE_VOLUME_NAME?=cargocache
15+
CARGO_CACHE_VOLUME_NAME?=firecracker-go-sdk--cargocache
1616
DISABLE_ROOT_TESTS?=1
1717
DOCKER_IMAGE_TAG?=latest
1818
EXTRAGOARGS:=

0 commit comments

Comments
 (0)