Skip to content

Commit 7655ac0

Browse files
authored
Merge pull request #2223 from riscv-software-src/fix-deps
Regularize extension-dependency handling
2 parents 9cea90b + 8b80219 commit 7655ac0

File tree

5 files changed

+384
-423
lines changed

5 files changed

+384
-423
lines changed

ci-tests/run-snippy-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ llvm-snippy "$CONFIG" -o "$tmpelf" --seed 1 -riscv-disable-misaligned-access --l
2727
riscv64-linux-gnu-gcc -O0 -march="$ARCH" -mabi="$ABI" -T "$tmpelf".ld -T "$CONFIGDIR"/linker-entry.ld "$tmpelf" "$BOOTCODE" -nostdlib -static -o "$testfile" -Wl,--build-id=none
2828

2929
error=0
30-
if ! timeout --foreground 60s "$SPIKE_PATH" -l --log-commits --isa "$ARCH" "$testfile"
30+
if ! timeout --foreground 60s "$SPIKE_PATH" -l --isa "$ARCH" "$testfile"
3131
then
3232
echo "TIMEOUT: $testfile"
3333
error=1

0 commit comments

Comments
 (0)