Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
LiliDeng committed Aug 12, 2020
1 parent b663e71 commit 9032496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/package_building/build_artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ function build_rhel {
copy_artifacts "$source_package_dir" "$destination_path"
elif [[ "$build_state" == "daemons" ]];then
pushd "${base_dir}/daemons/rpmbuild"
rpmbuild -ba "SPECS/$spec"
rpmbuild --define "debug_package %{nil}" -ba "SPECS/$spec"
popd
elif [[ "$build_state" == "tools" ]];then
pushd "${base_dir}/tools/rpmbuild"
Expand Down

0 comments on commit 9032496

Please sign in to comment.