Skip to content

Commit

Permalink
Merge pull request #1747 from JuliaGPU/update_manifest
Browse files Browse the repository at this point in the history
Update manifest
  • Loading branch information
maleadt committed Jan 30, 2023
2 parents 7681e08 + 282bfc3 commit f85dd7b
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
42 changes: 21 additions & 21 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,27 +80,6 @@ steps:
if: build.message !~ /\[skip tests\]/ && !build.pull_request.draft
timeout_in_minutes: 120

- label: "Julia nightly"
plugins:
- JuliaCI/julia#v1:
version: nightly
- JuliaCI/julia-test#v1: ~
- JuliaCI/julia-coverage#v1:
codecov: true
dirs:
- src
- lib
- examples
agents:
queue: "juliagpu"
cuda: "*"
commands: |
julia --project -e 'using CUDA; CUDA.set_runtime_version!("local")'
if: build.message !~ /\[skip tests\]/ && !build.pull_request.draft
timeout_in_minutes: 120
soft_fail:
- exit_status: 1

# then, test supported CUDA toolkits (installed through the artifact system)
- group: "CUDA"
key: "cuda"
Expand Down Expand Up @@ -300,6 +279,27 @@ steps:
if: build.message !~ /\[skip tests\]/ && !build.pull_request.draft
timeout_in_minutes: 60

- label: "Julia nightly"
plugins:
- JuliaCI/julia#v1:
version: nightly
- JuliaCI/julia-test#v1: ~
- JuliaCI/julia-coverage#v1:
codecov: true
dirs:
- src
- lib
- examples
agents:
queue: "juliagpu"
cuda: "*"
commands: |
julia --project -e 'using CUDA; CUDA.set_runtime_version!("local")'
if: build.message !~ /\[skip tests\]/ && !build.pull_request.draft
timeout_in_minutes: 120
soft_fail:
- exit_status: 1

- label: "Documentation"
plugins:
- JuliaCI/julia#v1:
Expand Down
8 changes: 4 additions & 4 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ version = "1.15.7"

[[ChangesOfVariables]]
deps = ["ChainRulesCore", "LinearAlgebra", "Test"]
git-tree-sha1 = "38f7a08f19d8810338d4f5085211c7dfa5d5bdd8"
git-tree-sha1 = "844b061c104c408b24537482469400af6075aae4"
uuid = "9e997f8a-9a97-42d5-a9f1-ce6bfc15e2c0"
version = "0.1.4"
version = "0.1.5"

[[Compat]]
deps = ["Dates", "LinearAlgebra", "UUIDs"]
Expand Down Expand Up @@ -171,9 +171,9 @@ uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

[[LogExpFunctions]]
deps = ["ChainRulesCore", "ChangesOfVariables", "DocStringExtensions", "InverseFunctions", "IrrationalConstants", "LinearAlgebra"]
git-tree-sha1 = "946607f84feb96220f480e0422d3484c49c00239"
git-tree-sha1 = "45b288af6956e67e621c5cbb2d75a261ab58300b"
uuid = "2ab3a3ac-af41-5b50-aa03-7779005ae688"
version = "0.3.19"
version = "0.3.20"

[[Logging]]
uuid = "56ddb016-857b-54e1-b83d-db4d58db5568"
Expand Down

2 comments on commit f85dd7b

@maleadt
Copy link
Member Author

@maleadt maleadt commented on f85dd7b Feb 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/76770

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v4.0.0 -m "<description of version>" f85dd7baea9551e58b852ad4ce7463ebc34f677b
git push origin v4.0.0

Please sign in to comment.