Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor regenerate-mlir-bindings.yml workflow #204

Merged
merged 8 commits into from
Oct 28, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Stop tracking file permissions
mofeing committed Oct 28, 2024
commit 7ff1e7c980df52860e704c34a131c5f69518a1f0
5 changes: 1 addition & 4 deletions .github/workflows/regenerate-mlir-bindings.yml
Original file line number Diff line number Diff line change
@@ -35,10 +35,7 @@ jobs:
- name: Generate MLIR Bindings
run: julia --project=. --color=yes make-bindings.jl
working-directory: ./deps/ReactantExtra
- run: |
chmod -R u+rw ./src/mlir/Dialects/
chmod u+rw ./src/mlir/libMLIR_h.jl
chmod u-x ./src/mlir/libMLIR_h.jl
- run: git config core.fileMode false
- name: Format code
shell: julia --color=yes {0}
run: |