Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 6 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,16 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: true

# Update references
- name: Git Submodule Update
run: |
git submodule update --init --recursive
git submodule update --remote --recursive


# install ninja
- name: install ninja for LLVM build
run: sudo apt-get install ninja-build

# install ccache
- name: install ccache & lld
run: |
Expand All @@ -59,7 +58,7 @@ jobs:
# install graphviz
- name: install graphviz
run: sudo apt-get install graphviz

# setup LLVM
- name: install a specific version of LLVM
working-directory: ${{github.workspace}}
Expand Down Expand Up @@ -93,7 +92,7 @@ jobs:

echo "CCache Status after build:"
ccache -s

# Add LLVM tools to PATH
echo "${{github.workspace}}/llvm-project/build/bin" >> $GITHUB_PATH
# setup mlir-cgra
Expand All @@ -116,7 +115,7 @@ jobs:
# with:
# version: 12
# platform: x64

# # add path
# - name: add paths
# working-directory: ${{github.workspace}}
Expand Down Expand Up @@ -159,4 +158,3 @@ jobs:
run: |
cd ${{github.workspace}}/test
${{github.workspace}}/llvm-project/build/bin/llvm-lit . -v