Skip to content

Commit

Permalink
Set default ENABLE_RTTI=true for nightly builds; short commit hash fo…
Browse files Browse the repository at this point in the history
…r user-specified aie commit
  • Loading branch information
erwei-xilinx committed Mar 5, 2025
1 parent 0fd8349 commit ecdbc8f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/buildRyzenWheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ env:
DEBIAN_FRONTEND: noninteractive
VITIS: /opt/ryzen_ai-1.3.0/vitis_aie_essentials
XILINXD_LICENSE_FILE: /opt/xilinx/Xilinx.lic
ENABLE_RTTI: true

jobs:
build-repo:
Expand Down Expand Up @@ -125,7 +126,8 @@ jobs:
if [ x"${{ inputs.AIE_COMMIT }}" == x"" ]; then
export AIE_PROJECT_COMMIT=$MLIR_VERSION
else
export AIE_PROJECT_COMMIT="${{ inputs.AIE_COMMIT }}"
MLIR_VERSION = "${{ inputs.AIE_COMMIT }}"
export AIE_PROJECT_COMMIT=${MLIR_VERSION:0:7}
fi
export AIE_VITIS_COMPONENTS='AIE2;AIE2P'
export DATETIME=$(date +"%Y%m%d%H")
Expand Down

0 comments on commit ecdbc8f

Please sign in to comment.