Skip to content

Commit

Permalink
Merge pull request #19 from arhik/main
Browse files Browse the repository at this point in the history
missing tag version update in artifacts generator
  • Loading branch information
arhik authored Apr 30, 2024
2 parents ab373a2 + 2e38156 commit ce48b7a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gen/artifacts.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ kernel = lowercase(String(Sys.KERNEL))
# modifying conventions for wgpu specifically based on
# releases at https://github.com/gfx-rs/wgpu-native/releases/tag/v0.12.0.1

version = "v0.1.5"
version = "v0.1.6"
kernels = ["macos", "linux", "windows"]
archs = ["aarch64", "i686", "x86_64"]

Expand Down
14 changes: 9 additions & 5 deletions syncUpstream.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
## This is set of instructions to follow to update to upstream versions

- First change upstream version in Line 13 of gen/generators.jl and artifacts.jl
- Second run both scripts 1. gen/generator.jl 2. gen/artifacts.jl
- These should overwrite src/LibWGPU.jl file with new ffi interface changes and also overwrite Artifacts.toml
- file
- finally add version tag and change version in Project.toml
- Change upstream version variable `upstreamVersion` in `gen/generators.jl` and `gen/artifacts.jl`
- Change tag version in `gen/artifacts.jl` to new tag.
- Run both scripts 1. gen/generator.jl 2. gen/artifacts.jl
- These should overwrite src/LibWGPU.jl file with new ffi interface changes and also overwrite Artifacts.toml
file
- finally add version tag to git commit and change tag version in Project.toml
- PR with these changes should pass with additional requirements which julia registrator enforces like `compat` entries etc...


0 comments on commit ce48b7a

Please sign in to comment.