Skip to content

Commit a35c09c

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

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/clang-compilation.yml

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

0 commit comments

Comments
 (0)