Skip to content

Commit

Permalink
Merge branch 'develop' into silence_ci
Browse files Browse the repository at this point in the history
  • Loading branch information
causten authored Sep 27, 2023
2 parents 67c1ce6 + 67dfd19 commit b3bd527
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions rbuild.ini
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,12 @@ define =
CMAKE_CXX_COMPILER_LAUNCHER=${deps_dir}/bin/ccache
MIGRAPHX_ENABLE_CPU=On
BUILD_DEV=On

[cibuild]
cxx = ${rocm_path}/llvm/bin/clang++
cc = ${rocm_path}/llvm/bin/clang
deps =
-f dev-requirements.txt
define =
CMAKE_C_COMPILER_LAUNCHER=${deps_dir}/bin/ccache
CMAKE_CXX_COMPILER_LAUNCHER=${deps_dir}/bin/ccache

0 comments on commit b3bd527

Please sign in to comment.