Skip to content

Commit

Permalink
jenkins: The 'QA_RPATHS' is already in 'make rpm' target
Browse files Browse the repository at this point in the history
  • Loading branch information
jpereira authored and alandekok committed Sep 7, 2019
1 parent 743793b commit f27a7f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def buildClosures(arg) {
sh "cat /etc/os-release || cat /etc/redhat-release"
dir("${platform}/build") {
if (platform.contains("centos")) {
sh 'QA_RPATHS=0x0003 RADIUSD_VERSION_STRING=$(cat VERSION) make rpm'
sh 'RADIUSD_VERSION_STRING=$(cat VERSION) make rpm'
sh "mv rpmbuild/RPMS/x86_64/*.rpm .."
} else {
sh "apt-get install -y unixodbc-dev"
Expand Down

0 comments on commit f27a7f2

Please sign in to comment.