Skip to content

Commit 168849d

Browse files
committed
Test main branch instead of develop
1 parent a88e933 commit 168849d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cscs-checks/prgenv/hip/build_hip.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ class BuildHip(rfm.RegressionTest):
2121
valid_prog_environs = ['PrgEnv-gnu']
2222
sourcesdir = 'https://github.com/ROCm-Developer-Tools/HIP.git'
2323
build_system = 'CMake'
24+
prebuild_cmds = ['git checkout main']
2425
postbuild_cmds = ['make install']
2526
executable = f'{hip_path}/bin/hipcc'
2627
executable_opts = ['--version']

0 commit comments

Comments
 (0)