Commit 5f9ff7e 1 parent ff2315e commit 5f9ff7e Copy full SHA for 5f9ff7e
File tree 2 files changed +4
-15
lines changed
2 files changed +4
-15
lines changed Original file line number Diff line number Diff line change @@ -246,11 +246,10 @@ jobs:
246
246
run : |
247
247
export PATH=$PWD/../bsc/inst/bin:$PATH
248
248
249
- cd ../Toooba/Tests/elf_to_hex
249
+ # Workaround limitation in the Makefile for Homebrew on older macOS
250
+ export CPATH=/usr/local/include/libelf
250
251
251
- make CPATH=/usr/local/include/libelf
252
-
253
- cd ../../builds/RV64ACDFIMSU_Toooba_bluesim/
252
+ cd ../Toooba/builds/RV64ACDFIMSU_Toooba_bluesim/
254
253
255
254
# Workaround bugs in the regression script
256
255
#make isa_tests | tee isa_tests.log
Original file line number Diff line number Diff line change @@ -229,17 +229,7 @@ jobs:
229
229
run : |
230
230
export PATH=$PWD/../bsc/inst/bin:$PATH
231
231
232
- cd ../Toooba/Tests/elf_to_hex
233
-
234
- # Workaround a build failure on Ubuntu 22.04
235
- REL=$(lsb_release -rs | tr -d .)
236
- if [ $REL -lt 2204 ]; then
237
- make
238
- else
239
- gcc -g -o elf_to_hex elf_to_hex.c -lelf -mcmodel=medium
240
- fi
241
-
242
- cd ../../builds/RV64ACDFIMSU_Toooba_bluesim/
232
+ cd ../Toooba/builds/RV64ACDFIMSU_Toooba_bluesim/
243
233
244
234
# Workaround bugs in the regression script
245
235
#make isa_tests | tee isa_tests.log
You can’t perform that action at this time.
0 commit comments