Skip to content

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
fifield committed Dec 5, 2023
1 parent d0ea679 commit a16505e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/buildAndTestRyzenAI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,11 @@ jobs:
pip -q download mlir -f https://makslevental.github.io/wheels && unzip -q mlir-18*.whl
mkdir build
chmod a+rwx build mlir*
cd build
cmake .. -G Ninja \
-DMLIR_DIR=/mlir/lib/cmake/mlir \
-DMLIR_DIR=../mlir/lib/cmake/mlir \
-DVITIS_ROOT=/opt/Xilinx/Vitis/2023.2/ \
-DVitis_VERSION_MAJOR=2023 \
-DVitis_VERSION_MINOR=2 \
Expand All @@ -82,5 +83,3 @@ jobs:
sed -i.bak 's/-sv --timeout 600/-sv --timeout 600 -j12/g' ../test/CMakeLists.txt
PATH=/opt/Xilinx/Vitis/2023.2/aietools/bin:$PATH ninja check-aie
rm -rf build

0 comments on commit a16505e

Please sign in to comment.