Skip to content

Commit

Permalink
I recall there being an issue with the daos_build test that it can
Browse files Browse the repository at this point in the history
fail due to installed libraries not matching what we are building
in the test.  So let's switch the branch to google/2.4

Features: dfuse

Required-githooks: true

Change-Id: I6384c96f68ca65d06feab81ec583a17f7afee61f
Signed-off-by: Jeff Olivier <jeffolivier@google.com>
  • Loading branch information
jolivier23 committed Apr 27, 2024
1 parent b4f7294 commit b3dcaf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/ftest/dfuse/daos_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def run_build_test(self, cache_mode, intercept=False, run_on_vms=False):

cmds = ['python3 -m venv {}/venv'.format(mount_dir),
'git clone https://github.com/daos-stack/daos.git {}'.format(build_dir),
'git -C {} checkout release/2.4'.format(build_dir),
'git -C {} checkout google/2.4'.format(build_dir),
'git -C {} submodule init'.format(build_dir),
'git -C {} submodule update'.format(build_dir),
'python3 -m pip install pip --upgrade',
Expand Down

0 comments on commit b3dcaf2

Please sign in to comment.