Skip to content

Commit 23429cd

Browse files
committed
leave build target empty to indicate default build
1 parent d35a64a commit 23429cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/amd-aie-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
name: Build AIE
2727
uses: ./.github/workflows/llvm-project-tests.yml
2828
with:
29-
build_target: default
29+
build_target: "" # empty to indicate default target build
3030
projects: clang;lld
3131
cache-key: amd-aie
3232
extra_cmake_args: '-DLLVM_USE_LINKER=gold -C clang/cmake/caches/Peano-AIE.cmake'

0 commit comments

Comments
 (0)