Skip to content

Commit

Permalink
fixup! github: rework clang-compilation CI
Browse files Browse the repository at this point in the history
Signed-off-by: Jerry Zhang Jian <[email protected]>
  • Loading branch information
jerryzj committed Oct 24, 2024
1 parent 7921843 commit a35c09c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/clang-compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,9 @@ jobs:
working-directory: llvm-project

- name: Test
# shell: 'script --return --quiet --log-out /dev/null --command "bash -e {0}"'
shell: bash
shell: 'script --return --quiet --log-out /dev/null --command "bash -e {0}"'
# shell: bash
run: |
export PYTHONUNBUFFERED=1
make -C rvv-intrinsic-generator run-vector-crypto-api-testing SHELL="bash -x"
continue-on-error: true
working-directory: rvv-intrinsic-doc
Expand Down

0 comments on commit a35c09c

Please sign in to comment.