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 8f21282 commit a213452
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/buildAndTestAieToolsHsa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- main
- vck5000-dynamic-dma-config
pull_request:
workflow_dispatch:
inputs:
Expand Down Expand Up @@ -71,13 +70,8 @@ jobs:
sudo apt update
sudo apt install rocm-hip-runtime-dev5.6.0 && sudo apt-get clean
- name: Get ROCm-air-platforms
id: clone-rocm-air-platforms
run: utils/clone-rocm-air-platforms.sh
shell: bash

- name: Build and Install libxaie
run: utils/github-clone-build-libxaie.sh
run:

- uses: uraimo/[email protected]
name: Run commands
Expand All @@ -98,6 +92,14 @@ jobs:
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
source ROCm-air-platforms/utils/clone-build-roct.sh
source ROCm-air-platforms/utils/clone-build-rocr.sh
# Need to install external libxaie
source utils/github-clone-build-libxaie.sh
git checkout ${{ github.head_ref }}
if [ x"${{ inputs.AIE_COMMIT }}" != x"" ]; then
Expand Down

0 comments on commit a213452

Please sign in to comment.