Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into jm/MLIRValueTrait
Browse files Browse the repository at this point in the history
  • Loading branch information
jumerckx committed Jun 1, 2024
2 parents 1638254 + 5c35af3 commit 0a3c2b7
Show file tree
Hide file tree
Showing 180 changed files with 114,536 additions and 23,474 deletions.
1 change: 1 addition & 0 deletions .JuliaFormatter.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
style = "blue"
14 changes: 8 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,20 @@ jobs:
version:
- '1.9'
- '1.10'
- '1.11'
- 'nightly'
os:
- ubuntu-latest
arch:
- x64
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: actions/cache@v1
include-all-prereleases: true
- uses: actions/cache@v4
env:
cache-name: cache-artifacts
with:
Expand All @@ -43,15 +45,15 @@ jobs:
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v4
with:
file: lcov.info
docs:
name: Documentation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
with:
version: '1'
- run: |
Expand Down
6 changes: 4 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ version = "0.1.0"

[deps]
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
LLVM = "929cbde3-209d-540e-8aea-75f648917ca0"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
MLIR_jll = "a70bccb4-a5c0-5e2e-a329-e731972457e8"
Preferences = "21216c6a-2e73-6563-6e65-726566657250"
ScopedValues = "7e506255-f358-4e82-b7e4-beb19740aa63"

[compat]
CEnum = "0.4"
LLVM = "5"
MLIR_jll = "14,15,16"
Preferences = "1"
ScopedValues = "1"
julia = "1.9"
288 changes: 0 additions & 288 deletions bindings/Manifest.toml

This file was deleted.

3 changes: 3 additions & 0 deletions bindings/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
BinaryBuilderBase = "7f725544-6523-48cd-82d1-3fa08ff4056e"
Clang = "40e3b903-d033-50b4-a0cc-940c62c95e31"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"

[compat]
Clang = "0.18.0"
Loading

0 comments on commit 0a3c2b7

Please sign in to comment.