mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
15 lines
357 B
Plaintext
15 lines
357 B
Plaintext
Ignore unstable-tsgo flag
|
|
|
|
Index: cli/args/mod.rs
|
|
--- cli/args/mod.rs.orig
|
|
+++ cli/args/mod.rs
|
|
@@ -1379,7 +1379,7 @@ impl CliOptions {
|
|
}
|
|
|
|
pub fn unstable_tsgo(&self) -> bool {
|
|
- self.flags.unstable_config.tsgo || self.workspace().has_unstable("tsgo")
|
|
+ false
|
|
}
|
|
|
|
pub fn unsafely_ignore_certificate_errors(&self) -> &Option<Vec<String>> {
|