Skip to content

Commit 60608c5

Browse files
authored
Change buildimage-baseimage-pr cache mode to rcache (sonic-net#200)
1 parent 81be150 commit 60608c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins/generic/buildimage-baseimage-pr/Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pipeline {
2929
3030
git submodule foreach --recursive '[ -f .git ] && echo "gitdir: $(realpath --relative-to=. $(cut -d" " -f2 .git))" > .git'
3131
32-
CACHE_OPTIONS="SONIC_DPKG_CACHE_METHOD=wcache SONIC_DPKG_CACHE_SOURCE=/nfs/dpkg_cache/generic"
32+
CACHE_OPTIONS="SONIC_DPKG_CACHE_METHOD=rcache SONIC_DPKG_CACHE_SOURCE=/nfs/dpkg_cache/generic"
3333
make configure PLATFORM=generic
3434
3535
make SONIC_CONFIG_BUILD_JOBS=1 $CACHE_OPTIONS target/docker-ptf.gz target/sonic-generic.bin target/sonic-aboot-generic.swi

0 commit comments

Comments
 (0)