Skip to content

Commit

Permalink
Bump compat limit to Julia v1.7+
Browse files Browse the repository at this point in the history
This is necessary because Julia v1.7+ has important fixes in the `Tar`
standard library.

Require UserNSSandbox_jll that includes overlay mount support
  • Loading branch information
staticfloat committed Aug 8, 2023
1 parent 2e90dee commit f908036
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ steps:
elif [[ "$${ARCH}" == "aarch64" ]]; then
ROOTFS_HASH="dcf39d10ba43bf13c75d5031c3a88f125780033b"
fi
for JULIA_VERSION in 1.6 nightly; do
for JULIA_VERSION in 1.7 nightly; do
for LOCAL_SANDBOX in true false; do
buildkite-agent pipeline upload .buildkite/test_sandbox.yml
done
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
julia-version:
- "1.6"
- "1.7"
- "1"
- "nightly"
julia-arch:
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
version: "^1.6.0-0"
version: "^1.7.0-0"
- name: Cache artifacts
uses: actions/cache@v2
env:
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ UserNSSandbox_jll = "b88861f7-1d72-59dd-91e7-a8cc876a4984"
Preferences = "1.2.5"
Scratch = "1"
Tar_jll = "1.34.0"
UserNSSandbox_jll = "2023.3.27"
julia = "1.6"
UserNSSandbox_jll = "2023.8.8"
julia = "1.7"

[extras]
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
Expand Down
2 changes: 1 addition & 1 deletion contrib/debian-julia-python3/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is an example of how to create a rootfs image from a Dockerfile
# Build this with `julia --project contrib/build_docker_images.jl debian-julia-python3`
ARG JULIA_VERSION=1.6
ARG JULIA_VERSION=1.7
FROM julia:${JULIA_VERSION} as julia_container

# Our base image will be debian
Expand Down

2 comments on commit f908036

@staticfloat
Copy link
Collaborator Author

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/89303

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 v2.0.0 -m "<description of version>" f90803663fcb54deb726a51b71cd79472a8ee58f
git push origin v2.0.0

Please # to comment.