Skip to content

Commit

Permalink
Jenkins: update cargo cache before building tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
micahsnyder committed Mar 30, 2023
1 parent 1789c10 commit 4c5d548
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ node('master') {

dir(path: 'build') {
sh """# CPack
cargo update
cmake .. -D VENDOR_DEPENDENCIES=ON
cpack --config CPackSourceConfig.cmake """
archiveArtifacts(artifacts: "clamav-${params.VERSION}*.tar.gz", onlyIfSuccessful: true)
Expand Down

0 comments on commit 4c5d548

Please sign in to comment.