Skip to content

Commit

Permalink
chore: update bootstrap dist to 0.6.0-prerelease.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Gankra committed Dec 11, 2023
1 parent 9e6b741 commit c4f95c8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
# we specify bash to get pipefail; it guards against the `curl` command
# failing. otherwise `sh` won't catch that `curl` returned non-0
shell: bash
run: "cargo install --git https://github.com/axodotdev/cargo-dist/ --branch=main cargo-dist"
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.6.0-prerelease.3/cargo-dist-installer.sh | sh"
# sure would be cool if github gave us proper conditionals...
# so here's a doubly-nested ternary-via-truthiness to try to provide the best possible
# functionality based on whether this is a pull_request, and whether it's from a fork.
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
with:
submodules: recursive
- name: Install cargo-dist
run: "cargo install --git https://github.com/axodotdev/cargo-dist/ --branch=main cargo-dist"
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.6.0-prerelease.3/cargo-dist-installer.sh | sh"
# Get all the local artifacts for the global tasks to use (for e.g. checksums)
- name: Fetch local artifacts
uses: actions/download-artifact@v3
Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:
with:
submodules: recursive
- name: Install cargo-dist
run: "cargo install --git https://github.com/axodotdev/cargo-dist/ --branch=main cargo-dist"
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.6.0-prerelease.3/cargo-dist-installer.sh | sh"
# Fetch artifacts from scratch-storage
- name: Fetch artifacts
uses: actions/download-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ publish = false
# Config for 'cargo dist'
[workspace.metadata.dist]
# The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax)
cargo-dist-version = "0.6.0-github-main"
cargo-dist-version = "0.6.0-prerelease.3"
# CI backends to support
ci = ["github"]
# The installers to generate for each app
Expand Down
14 changes: 7 additions & 7 deletions cargo-dist/tests/snapshots/manifest.snap
Original file line number Diff line number Diff line change
Expand Up @@ -402,23 +402,23 @@ stdout:
"aarch64-apple-darwin"
],
"runner": "macos-11",
"install_dist": "cargo install --git https://github.com/axodotdev/cargo-dist/ --branch=main cargo-dist",
"install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v1.0.0-FAKEVERSION/cargo-dist-installer.sh | sh",
"dist_args": "--artifacts=local --target=aarch64-apple-darwin"
},
{
"targets": [
"aarch64-unknown-linux-gnu"
],
"runner": "buildjet-8vcpu-ubuntu-2204-arm",
"install_dist": "cargo install --git https://github.com/axodotdev/cargo-dist/ --branch=main cargo-dist",
"install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v1.0.0-FAKEVERSION/cargo-dist-installer.sh | sh",
"dist_args": "--artifacts=local --target=aarch64-unknown-linux-gnu"
},
{
"targets": [
"aarch64-unknown-linux-musl"
],
"runner": "buildjet-8vcpu-ubuntu-2204-arm",
"install_dist": "cargo install --git https://github.com/axodotdev/cargo-dist/ --branch=main cargo-dist",
"install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v1.0.0-FAKEVERSION/cargo-dist-installer.sh | sh",
"dist_args": "--artifacts=local --target=aarch64-unknown-linux-musl",
"packages_install": "sudo apt-get install musl-tools"
},
Expand All @@ -427,31 +427,31 @@ stdout:
"x86_64-apple-darwin"
],
"runner": "macos-11",
"install_dist": "cargo install --git https://github.com/axodotdev/cargo-dist/ --branch=main cargo-dist",
"install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v1.0.0-FAKEVERSION/cargo-dist-installer.sh | sh",
"dist_args": "--artifacts=local --target=x86_64-apple-darwin"
},
{
"targets": [
"x86_64-pc-windows-msvc"
],
"runner": "windows-2019",
"install_dist": "cargo install --git https://github.com/axodotdev/cargo-dist/ --branch=main cargo-dist",
"install_dist": "irm https://github.com/axodotdev/cargo-dist/releases/download/v1.0.0-FAKEVERSION/cargo-dist-installer.ps1 | iex",
"dist_args": "--artifacts=local --target=x86_64-pc-windows-msvc"
},
{
"targets": [
"x86_64-unknown-linux-gnu"
],
"runner": "ubuntu-20.04",
"install_dist": "cargo install --git https://github.com/axodotdev/cargo-dist/ --branch=main cargo-dist",
"install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v1.0.0-FAKEVERSION/cargo-dist-installer.sh | sh",
"dist_args": "--artifacts=local --target=x86_64-unknown-linux-gnu"
},
{
"targets": [
"x86_64-unknown-linux-musl"
],
"runner": "ubuntu-20.04",
"install_dist": "cargo install --git https://github.com/axodotdev/cargo-dist/ --branch=main cargo-dist",
"install_dist": "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v1.0.0-FAKEVERSION/cargo-dist-installer.sh | sh",
"dist_args": "--artifacts=local --target=x86_64-unknown-linux-musl",
"packages_install": "sudo apt-get install musl-tools"
}
Expand Down

0 comments on commit c4f95c8

Please sign in to comment.