Skip to content

Commit

Permalink
Work around TIS-CI bug on x96_16
Browse files Browse the repository at this point in the history
  • Loading branch information
LoupVaillant committed Sep 9, 2023
1 parent 3a95574 commit 7c83137
Show file tree
Hide file tree
Showing 2 changed files with 378 additions and 126 deletions.
4 changes: 3 additions & 1 deletion tests/tis-ci-gen-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,9 @@ do
echo ' , "tests/utils.c"' >> $TIS_CONFIG
echo ' , "tests/tis-ci.c"' >> $TIS_CONFIG
echo ' ]' >> $TIS_CONFIG
echo ', "cpp-extra-args": "-Isrc -Isrc/optional -Itests -Dvolatile="' \
echo ', "cpp-extra-args":
"-Isrc -Isrc/optional -Itests -Dvolatile=
-DCLOCK_PROCESS_CPUTIME_ID=3 -DCLOCK_THREAD_CPUTIME_ID=4"' \
>> $TIS_CONFIG
echo ', "machdep" :' "\"$platform\"" >> $TIS_CONFIG
echo ', "no-results" : true' >> $TIS_CONFIG
Expand Down

0 comments on commit 7c83137

Please sign in to comment.