Skip to content

Commit

Permalink
Think I fixed it
Browse files Browse the repository at this point in the history
  • Loading branch information
eddierichter-amd committed Nov 1, 2024
1 parent c1d61b3 commit 31727d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildAndTestAieToolsHsaBuildOnly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ jobs:
make -f Makefile.Linux CFLAGS="-D__AIEAMDAIR__"
popd
mkdir -p /install/aie-rt-x86_64-hsa/lib
cp -a third_party/aie-rt/driver/src/*.so* /install/aie-rt-x86_64-hsa/lib
cp -a third_party/aie-rt/driver/include /install/aie-rt-x86_64-hsa/
cp -a third_party/aie-rt/driver/src/*.so* /install/aie-rt/lib
cp -a third_party/aie-rt/driver/include /install/aie-rt/
apt install python3.10-venv
python -m venv aie-venv
Expand Down
2 changes: 1 addition & 1 deletion third_party/aie-rt

0 comments on commit 31727d0

Please sign in to comment.