File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 5
5
set -e -u -o pipefail
6
6
7
7
# Install RISCOF
8
- pip3 install -r requirements.txt
8
+ pip3 install -r .ci/ requirements.txt
9
9
10
10
set -x
11
11
Original file line number Diff line number Diff line change @@ -266,15 +266,15 @@ jobs:
266
266
githubToken : ${{ github.token }}
267
267
# No 'sudo' is available
268
268
install : |
269
- apt update -qq
270
- apt install -yqq make git clang libsdl2-dev libsdl2-mixer-dev lsb-release wget software-properties-common gnupg bc
269
+ apt update -q=2
270
+ apt install -q=2 make git clang libsdl2-dev libsdl2-mixer-dev lsb-release wget software-properties-common gnupg bc
271
271
git config --global --add safe.directory ${{ github.workspace }}
272
272
git config --global --add safe.directory ${{ github.workspace }}/src/softfloat
273
273
git config --global --add safe.directory ${{ github.workspace }}/src/mini-gdbstub
274
274
wget https://apt.llvm.org/llvm.sh
275
275
chmod +x ./llvm.sh
276
276
./llvm.sh 18
277
- # FIXME: gcc build fails on Aarch64/Linux hosts
277
+ # FIXME: gcc build fails on Aarch64/Linux hosts
278
278
env : |
279
279
CC: clang-18
280
280
# Append custom commands here
You can’t perform that action at this time.
0 commit comments