Skip to content

Commit

Permalink
CI Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eddierichter-amd committed Mar 21, 2024
1 parent d2449bb commit badbb9f
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/buildAndTestAieToolsHsa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,14 @@ jobs:
sudo apt update
sudo apt install rocm-hip-runtime-dev5.6.0 && sudo apt-get clean
# Clone the repo and its submodules. Do shallow clone to save clone
# time.
- name: Get repo
uses: actions/checkout@v3
with:
fetch-depth: 2
submodules: "true"

- name: Run commands
run: |
#ls -l /opt/Xilinx/Vitis/2023.2/
Expand All @@ -78,9 +86,9 @@ jobs:
# the -w ("wrap after 1000000 cols") is so that there are no spaces in the XILINX_LIC env var
#echo -n "${{ secrets.XILINX_LIC }}" | base64 --decode > ~/.Xilinx/Xilinx.lic
cd /
git clone https://github.com/Xilinx/mlir-aie.git
cd /mlir-aie
#cd /
#git clone https://github.com/Xilinx/mlir-aie.git
#cd /mlir-aie
# Downloading the ROCm air platforms
source utils/clone-rocm-air-platforms.sh
Expand Down

0 comments on commit badbb9f

Please sign in to comment.