Skip to content

Commit

Permalink
ON-16199: ON-16213: Use fakeroot to make tcpdirect srpm
Browse files Browse the repository at this point in the history
  • Loading branch information
tcrawley-xilinx committed Nov 27, 2024
1 parent 4d91256 commit 4f96d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/test.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ nm.slack_notify() {
String workspace = pwd()
String outdir = "${workspace}/rpmbuild"
sh(script: "mkdir -p ${outdir}")
sh "tcpdirect/scripts/zf_make_official_srpm --version ${tcpdirect_version_long} --outdir ${outdir}"
sh "fakeroot tcpdirect/scripts/zf_make_official_srpm --version ${tcpdirect_version_long} --outdir ${outdir}"
archiveArtifacts allowEmptyArchive: true, artifacts: 'rpmbuild/SRPMS/*.src.rpm', followSymlinks: false
unstash('text_files')
zip_and_archive_files(
Expand Down

0 comments on commit 4f96d4f

Please sign in to comment.