fix(zed-nightly): Build wants Rust nightly for now (#5723) (#5731)

* fix(zed-nightly): Build wants Rust nightly for now



* Empty commit because GitHub is broken



* fix: Oops



---------


(cherry picked from commit 51d6f21d68)

Signed-off-by: Gilver <rockgrub@disroot.org>
Co-authored-by: Gilver <rockgrub@disroot.org>
This commit is contained in:
Raboneko
2025-07-01 08:42:39 -07:00
committed by GitHub
parent 112366efbd
commit 4e48d796f2
+7
View File
@@ -4,6 +4,7 @@
%global ver 0.194.0
%bcond_with check
%bcond nightly 1
# Exclude input files from mangling
%global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$
@@ -47,6 +48,9 @@ BuildRequires: perl-IPC-Cmd
BuildRequires: perl-File-Compare
BuildRequires: perl-File-Copy
BuildRequires: perl-lib
%if %{with nightly}
BuildRequires: rustup
%endif
BuildRequires: vulkan-loader
%description
@@ -54,6 +58,9 @@ Code at the speed of thought - Zed is a high-performance, multiplayer code edito
%prep
%autosetup -n %{crate}-%{commit} -p1
%if %{with nightly}
%rustup_nightly
%endif
%cargo_prep_online
export DO_STARTUP_NOTIFY="true"