Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
fifield committed May 16, 2024
1 parent e90ef8b commit 34e375c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/generateDocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,15 @@ jobs:
pip install -r python/requirements.txt
LLVM_VERSION=$(utils/clone-llvm.sh --get-wheel-version)
echo "LLVM_PROJECT_COMMIT=${LLVM_VERSION}" | tee -a $GITHUB_OUTPUT
echo "LLVM_PROJECT_VERSION=${LLVM_VERSION}" | tee -a $GITHUB_OUTPUT
pip -q download mlir==$LLVM_VERSION \
-f https://github.com/Xilinx/mlir-aie/releases/expanded_assets/mlir-distro
unzip -q mlir-*.whl
find mlir -exec touch -a -m -t 201108231405.14 {} \;
MLIR_AIE_VERSION=`git rev-parse HEAD`
echo "MLIR_AIE_COMMIT"=${MLIR_AIE_VERSION}" | tee -a $GITHUB_OUTPUT
echo "MLIR_AIE_COMMIT=${MLIR_AIE_VERSION}" | tee -a $GITHUB_OUTPUT
popd
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
- name: Save LLVM Version
run: |
LLVM_VER="${{ steps.build-aie.LLVM_PROJECT_COMMIT }}
LLVM_VER="${{ steps.build-aie.LLVM_PROJECT_VERSION }}
AIE_VER="${{ steps.build-aie.MLIR_AIE_COMMIT }}
echo "{" > ./build_release/docs/build_info.json
Expand Down

0 comments on commit 34e375c

Please sign in to comment.