Skip to content

Commit

Permalink
updating dependencies in .jenkins (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
amd-garydeng authored Aug 26, 2024
1 parent 210dea6 commit 4d89445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .jenkins/precheckin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def runCI =

def prj = new rocProject('rocWMMA', 'precheckin')
prj.paths.build_command = './install -c'
prj.libraryDependencies = ['rocBLAS']
prj.libraryDependencies = ['hipBLAS-common', 'hipBLASLt', 'rocBLAS']
prj.defaults.ccache = true
prj.timeout.compile = 600

Expand Down

0 comments on commit 4d89445

Please sign in to comment.