Skip to content

Commit

Permalink
Update buildAndTestRyzenAI.yml
Browse files Browse the repository at this point in the history
try unsigned hack
  • Loading branch information
makslevental authored Apr 9, 2024
1 parent 6321fa8 commit efcd397
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/buildAndTestRyzenAI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
mkdir build
pushd build
export PATH=$VITIS/bin:$VITIS/aietools/bin:$PATH
cmake .. -G Ninja \
-DPython3_EXECUTABLE=$(which python) \
Expand All @@ -165,7 +165,8 @@ jobs:
# hack: timed out tests aren't fails...
LIT_PATH=$(python -c "import lit; from pathlib import Path; print(Path(lit.__file__).parent)")
sed -i.bak 's/TIMEOUT = ResultCode("TIMEOUT", "Timed Out", True)/TIMEOUT = ResultCode("TIMEOUT", "Timed Out", False)/g' $LIT_PATH/Test.py
export XRT_HACK_UNSECURE_LOADING_XCLBIN=1
export LIT_OPTS="-sv --time-tests --timeout 600 -j12 --show-unsupported --show-excluded"
ninja check-aie
ninja check-reference-designs
Expand Down

0 comments on commit efcd397

Please sign in to comment.