FreeBSD Bugzilla – Attachment 242915 Details for
Bug 272102
www/deno: panics a lot in dprint-swc-ext (needs update)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
disable upgrade
patch-cli_tools_upgrade.rs (text/plain), 480 bytes, created by
Mikael Urankar
on 2023-06-21 08:09:28 UTC
(
hide
)
Description:
disable upgrade
Filename:
MIME Type:
Creator:
Mikael Urankar
Created:
2023-06-21 08:09:28 UTC
Size:
480 bytes
patch
obsolete
>--- cli/tools/upgrade.rs.orig 2023-06-21 09:01:25.854955000 +0200 >+++ cli/tools/upgrade.rs 2023-06-21 09:02:02.849893000 +0200 >@@ -267,6 +267,8 @@ pub async fn upgrade( > flags: Flags, > upgrade_flags: UpgradeFlags, > ) -> Result<(), AnyError> { >+ #[cfg(target_os = "freebsd")] >+ bail!("Upgrades are not supported on FreeBSD."); > let factory = CliFactory::from_flags(flags).await?; > let client = factory.http_client(); > let current_exe_path = std::env::current_exe()?;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 272102
:
242913
|
242914
| 242915