commit | f293cebe1556e0e72cbbd3d864e20155723c2b1a | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <aa@cs.fiu.edu> | Thu Jun 14 18:56:27 2018 -0400 |
committer | Alexander Afanasyev <aa@cs.fiu.edu> | Thu Jun 14 19:00:44 2018 -0400 |
tree | b6a02c55d8ccfdf53eefa7cbe8ee3286194e397a | |
parent | 6e64ac9eb5167294c0b3de6418a919e0d0a7962e [diff] [blame] |
Small corrections of the build environment Change-Id: I613e2bebc3dc0d3796db3552d3d270fbee054f50
diff --git a/.jenkins.d/20-build.sh b/.jenkins.d/20-build.sh index de9d590..d8d5be9 100755 --- a/.jenkins.d/20-build.sh +++ b/.jenkins.d/20-build.sh
@@ -45,6 +45,6 @@ if has Linux $NODE_LABELS; then sudo ldconfig -elif has FreeBSD $NODE_LABELS; then - sudo ldconfig -a +elif has FreeBSD10 $NODE_LABELS; then + sudo ldconfig -m fi