Skip to content

Commit d3a320e

Browse files
committed
Fix cmake var and remove extra line passing a MinSizeRel config
1 parent 917a60d commit d3a320e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/libc-fullbuild-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
-DCMAKE_C_COMPILER_LAUNCHER=${{ matrix.ccache-variant }} \
109109
-DCMAKE_CXX_COMPILER_LAUNCHER=${{ matrix.ccache-variant }} \
110110
-DCMAKE_INSTALL_PREFIX=${{ steps.strings.outputs.build-install-dir }} \
111-
-DLLVM_RUNTIMES_TARGET=${{ matrix.target }} \
111+
-DLLVM_RUNTIME_TARGETS=${{ matrix.target }} \
112112
-DLLVM_ENABLE_RUNTIMES="$RUNTIMES" \
113113
-DLLVM_LIBC_FULL_BUILD=ON \
114114
-G Ninja \

.github/workflows/libc-overlay-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ jobs:
110110
cmake
111111
--build ${{ steps.strings.outputs.build-output-dir }}
112112
--parallel
113-
--config MinSizeRel
114113
--target libc
115114
116115
- name: Test

0 commit comments

Comments
 (0)