Skip to content

Commit

Permalink
Figure out where /usr/bin/go is coming from
Browse files Browse the repository at this point in the history
Skip-PR-comments: true
Quick-functional: true
Skip-build-ubuntu20-rpm: true
Skip-unit-tests: true
Skip-coverity-test: true
Skip-fault-injection-test: true
Skip-func-test-el8: false
Skip-func-test-leap15: false
Skip-func-hw-test: true
Test-tag: test_dfuse_daos_build_wt_il
PR-repos: daos@PR-12588:1

Required-githooks: true

Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
  • Loading branch information
brianjmurrell committed Jul 7, 2023
1 parent 3761a76 commit dbc4fb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/provisioning/post_provision_config_common_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@ dnf repoquery --qf '%{name}-%{evr} %{repoid}' --whatprovides 'go >= 1.18' || tru
rpm -q --qf '%{name}-%{evr} %{repoid}' --whatprovides 'go >= 1.18' || true
dnf repoquery --qf '%{name}-%{evr} %{repoid}' --whatprovides 'golang >= 1.18' || true
rpm -q --qf '%{name}-%{evr} %{repoid}' --whatprovides 'golang >= 1.18' || true
rpm -qf /usr/bin/go || true

if lspci | grep "ConnectX-6" && ! grep MOFED_VERSION /etc/do-release; then
# Need this module file
Expand Down

0 comments on commit dbc4fb4

Please sign in to comment.