Skip to content

Commit

Permalink
Change buildimage-baseimage-pr cache mode to rcache (sonic-net#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
xumia authored Dec 18, 2020
1 parent 81be150 commit 60608c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/generic/buildimage-baseimage-pr/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pipeline {
git submodule foreach --recursive '[ -f .git ] && echo "gitdir: $(realpath --relative-to=. $(cut -d" " -f2 .git))" > .git'
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"
make configure PLATFORM=generic
make SONIC_CONFIG_BUILD_JOBS=1 $CACHE_OPTIONS target/docker-ptf.gz target/sonic-generic.bin target/sonic-aboot-generic.swi
Expand Down

0 comments on commit 60608c5

Please sign in to comment.