We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81be150 commit 60608c5Copy full SHA for 60608c5
jenkins/generic/buildimage-baseimage-pr/Jenkinsfile
@@ -29,7 +29,7 @@ pipeline {
29
30
git submodule foreach --recursive '[ -f .git ] && echo "gitdir: $(realpath --relative-to=. $(cut -d" " -f2 .git))" > .git'
31
32
-CACHE_OPTIONS="SONIC_DPKG_CACHE_METHOD=wcache SONIC_DPKG_CACHE_SOURCE=/nfs/dpkg_cache/generic"
+CACHE_OPTIONS="SONIC_DPKG_CACHE_METHOD=rcache SONIC_DPKG_CACHE_SOURCE=/nfs/dpkg_cache/generic"
33
make configure PLATFORM=generic
34
35
make SONIC_CONFIG_BUILD_JOBS=1 $CACHE_OPTIONS target/docker-ptf.gz target/sonic-generic.bin target/sonic-aboot-generic.swi
0 commit comments