We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51f7d2e commit c2cfe50Copy full SHA for c2cfe50
requirements.txt renamed to .ci/requirements.txt
.ci/riscv-tests.sh
@@ -5,7 +5,7 @@
5
set -e -u -o pipefail
6
7
# Install RISCOF
8
-pip3 install -r requirements.txt
+pip3 install -r .ci/requirements.txt
9
10
set -x
11
.github/workflows/main.yml
@@ -274,7 +274,7 @@ jobs:
274
wget https://apt.llvm.org/llvm.sh
275
chmod +x ./llvm.sh
276
./llvm.sh 18
277
- # FIXME: gcc build fails on Aarch64/Linux hosts
+ # FIXME: gcc build fails on Aarch64/Linux hosts
278
env: |
279
CC: clang-18
280
# Append custom commands here
0 commit comments