Use newer cargo-bundle without the build error (#27424)
Fixes Nightly builds for macOS. Release Notes: - N/A
This commit is contained in:
parent
d9dcc59334
commit
ffee218070
2 changed files with 2 additions and 2 deletions
|
@ -96,7 +96,7 @@ let
|
||||||
++ lib.optionals stdenv.hostPlatform.isDarwin [
|
++ lib.optionals stdenv.hostPlatform.isDarwin [
|
||||||
# TODO: move to overlay so it's usable in the shell
|
# TODO: move to overlay so it's usable in the shell
|
||||||
(cargo-bundle.overrideAttrs (old: {
|
(cargo-bundle.overrideAttrs (old: {
|
||||||
version = "0.6.0-zed";
|
version = "0.6.1-zed";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "zed-industries";
|
owner = "zed-industries";
|
||||||
repo = "cargo-bundle";
|
repo = "cargo-bundle";
|
||||||
|
|
|
@ -72,7 +72,7 @@ popd
|
||||||
export ZED_BUNDLE=true
|
export ZED_BUNDLE=true
|
||||||
|
|
||||||
cargo_bundle_version=$(cargo -q bundle --help 2>&1 | head -n 1 || echo "")
|
cargo_bundle_version=$(cargo -q bundle --help 2>&1 | head -n 1 || echo "")
|
||||||
if [ "$cargo_bundle_version" != "cargo-bundle v0.6.0-zed" ]; then
|
if [ "$cargo_bundle_version" != "cargo-bundle v0.6.1-zed" ]; then
|
||||||
cargo install cargo-bundle --git https://github.com/zed-industries/cargo-bundle.git --branch zed-deploy
|
cargo install cargo-bundle --git https://github.com/zed-industries/cargo-bundle.git --branch zed-deploy
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue