Skip to content

Commit

Permalink
Merge pull request #251 from SciML/fe/sandbox
Browse files Browse the repository at this point in the history
Upgrade sandbox-buildkite-plugin to v2 to fix builds on Julia 1.11
  • Loading branch information
ChrisRackauckas authored Oct 10, 2024
2 parents 63cd6dd + 40a1cd7 commit cb0160e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .buildkite/aggregate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ steps:
keyvars:
- "DOCUMENTER_KEY"
- JuliaCI/julia#v1:
version: "1"
- staticfloat/sandbox#v1:
version: "1.11.0"
- staticfloat/sandbox#v2:
rootfs_url: "https://github.com/JuliaCI/rootfs-images/releases/download/v5.45/aws_uploader.x86_64.tar.gz"
rootfs_treehash: "8f1a718279b12f889395723b856fc868a8890dfa"
verbose: true
Expand All @@ -31,6 +31,7 @@ steps:
- "/cache:/cache"

command: |
julia --version
julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
git config user.name buildkite
git config user.email [email protected]
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/aggregate.yml.signature
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Salted__�dg�݀������W<��c�s�r5��߉DV�(�r'Q�ϋ�`ii��y�j����G�(*��“�.3> >����2R�!�<�˕
Salted__�1w�]��g].%����B׃h\����|�����h�gt�_~4�~=}Ɯp���(��5)�^H<�Ԑ�ՉVAZs���l��흛r��46D�

0 comments on commit cb0160e

Please sign in to comment.