Skip to content

Commit 3de2ae7

Browse files
committed
fixup! github: rework clang-compilation CI
Signed-off-by: Jerry Zhang Jian <[email protected]>
1 parent b474a03 commit 3de2ae7

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/clang-compilation.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,18 +84,21 @@ jobs:
8484
working-directory: llvm-project
8585

8686
- name: Test
87-
shell: 'script --return --quiet --log-out /dev/null --command "bash -e {0}"'
88-
# shell: bash
87+
# shell: 'script --return --quiet --log-out /dev/null --command "bash -e {0}"'
88+
shell: bash
8989
run: |
90-
stdbuf -oL -eL make -C rvv-intrinsic-generator run-vector-crypto-api-testing
90+
make -C rvv-intrinsic-generator run-vector-crypto-api-testing
91+
continue-on-error: true
9192
working-directory: rvv-intrinsic-doc
9293

9394
- name: show log
9495
# shell: 'script --return --quiet --log-out /dev/null --command "bash -e {0}"'
9596
shell: bash
97+
if: always()
9698
run: |
9799
ls -al auto-generated/vector-crypto/api-testing/
98100
cat auto-generated/vector-crypto/api-testing/*.log
101+
continue-on-error: true
99102
working-directory: rvv-intrinsic-doc
100103

101104
# - name: Run compilation test, non-overloaded intrinsics (default (TAMA) policy)

0 commit comments

Comments
 (0)