Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanradanov committed Nov 4, 2023
1 parent 19cc3d9 commit 07db1d2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ jobs:
if: steps.cache-pluto.outputs.cache-hit != 'true'
run: |
mkdir pluto-build
src/tools/polymer/build_pluto.sh $(pwd)/pluto-build
src/tools/polymer/build_openscop.sh $(pwd)/pluto-build
src/tools/polymer/build_cloog.sh $(pwd)/pluto-build
PATH="/usr/lib/llvm-15/bin/:$PATH" src/tools/polymer/build_pluto.sh $(pwd)/pluto-build
PATH="/usr/lib/llvm-15/bin/:$PATH" src/tools/polymer/build_openscop.sh $(pwd)/pluto-build
PATH="/usr/lib/llvm-15/bin/:$PATH" src/tools/polymer/build_cloog.sh $(pwd)/pluto-build
sleep 1s
- name: MLIR build
Expand All @@ -79,6 +79,7 @@ jobs:
cd build
ls ../mlir-build/lib/cmake/clang
cmake ../src/ -GNinja -DMLIR_DIR=`pwd`/../mlir-build/lib/cmake/mlir -DLLVM_EXTERNAL_LIT=`pwd`/../mlir-build/bin/llvm-lit -DClang_DIR=`pwd`/../mlir-build/lib/cmake/clang -DCMAKE_BUILD_TYPE=${{ matrix.build }} -DCMAKE_C_COMPILER=${{matrix.compiler}} -DCMAKE_CXX_COMPILER=${{matrix.cxxcompiler}} -DPOLYGEIST_ENABLE_POLYMER=1 -DPOLYGEIST_PLUTO_DIR=$(pwd)/../pluto-build/
- name: test cgeist
run: |
cd build
Expand Down

0 comments on commit 07db1d2

Please sign in to comment.