Skip to content

Commit 23b72dc

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

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/clang-compilation.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,18 +84,22 @@ 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+
export PYTHONUNBUFFERED=1
91+
make -C rvv-intrinsic-generator run-vector-crypto-api-testing SHELL="bash -x"
92+
continue-on-error: true
9193
working-directory: rvv-intrinsic-doc
9294

9395
- name: show log
9496
# shell: 'script --return --quiet --log-out /dev/null --command "bash -e {0}"'
9597
shell: bash
98+
if: always()
9699
run: |
97100
ls -al auto-generated/vector-crypto/api-testing/
98101
cat auto-generated/vector-crypto/api-testing/*.log
102+
continue-on-error: true
99103
working-directory: rvv-intrinsic-doc
100104

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

0 commit comments

Comments
 (0)