Skip to content

Commit 3bf8446

Browse files
committed
Update.
1 parent 04b1d95 commit 3bf8446

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed

.github/workflows/libcxx.yml

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,6 @@ jobs:
4242
name: ${{ matrix.name }}
4343
runs-on: ${{ matrix.os }}
4444
steps:
45-
# - name: foobar
46-
# shell: powershell
47-
# run: |
48-
# iex (new-object net.webclient).downloadstring('https://get.scoop.sh')
49-
# scoop install ninja
50-
# scoop install llvm
51-
# echo '#include <stdio.h>' | out-file foo.c -encoding ascii
52-
# echo 'int main() { printf("Hello world.\n"); }' | out-file foo.c -encoding ascii -append
53-
# cmd /c "clang-cl.exe -v -o foo.exe foo.c 2>&1"
54-
# .\foo.exe
5545
- uses: actions/checkout@v1
5646
with:
5747
fetch-depth: 1
@@ -63,12 +53,10 @@ jobs:
6353
mkdir build &&
6454
cd build &&
6555
cmake -GNinja
66-
-DFOO=BAR
67-
"-DLLVM_ENABLE_PROJECTS=libcxx;libcxxabi;libunwind"
68-
"-DLLVM_LIT_ARGS=-sv --show-unsupported --show-xfail --param=std=${{ matrix.cxx-std }}"
69-
../llvm &&
70-
echo "DONE!" &&
71-
type CMakeCache.txt
56+
-DLLVM_FORCE_BUILD_RUNTIME=ON
57+
-DLLVM_ENABLE_PROJECTS="libcxx;libcxxabi;libunwind"
58+
-DLLVM_LIT_ARGS="-sv --show-unsupported --show-xfail --param=std=${{ matrix.cxx-std }}"
59+
../llvm
7260
- name: build libcxxabi
7361
run: ninja -C build cxxabi
7462
- name: build libcxxabi

0 commit comments

Comments
 (0)