Commit 7ab6e67 1 parent ff2315e commit 7ab6e67 Copy full SHA for 7ab6e67
File tree 2 files changed +2
-13
lines changed
2 files changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -246,9 +246,8 @@ jobs:
246
246
run : |
247
247
export PATH=$PWD/../bsc/inst/bin:$PATH
248
248
249
- cd ../Toooba/Tests/elf_to_hex
250
-
251
- make CPATH=/usr/local/include/libelf
249
+ # Workaround limitation in the Makefile for Homebrew on older macOS
250
+ export CPATH=/usr/local/include/libelf
252
251
253
252
cd ../../builds/RV64ACDFIMSU_Toooba_bluesim/
254
253
Original file line number Diff line number Diff line change @@ -229,16 +229,6 @@ 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
232
cd ../../builds/RV64ACDFIMSU_Toooba_bluesim/
243
233
244
234
# Workaround bugs in the regression script
You can’t perform that action at this time.
0 commit comments