Make teleport built by the by-name structure in package.nix. The versioned attributes are defined in their own package.nix in by-name using overrides. Also change reference in ci/OWNERS
16 lines
662 B
Diff
16 lines
662 B
Diff
# Based on https://github.com/gravitational/teleport/commit/994890fb05360b166afd981312345a4cf01bc422.patch?full_index=1
|
|
diff --git a/web/packages/shared/libs/ironrdp/Cargo.toml b/web/packages/shared/libs/ironrdp/Cargo.toml
|
|
index 4252ba95372bdab9a1e2f74e164e303bedd5eee8..4c203290984223564f50ee775a137e86f3c2ddf0 100644
|
|
--- a/web/packages/shared/libs/ironrdp/Cargo.toml
|
|
+++ b/web/packages/shared/libs/ironrdp/Cargo.toml
|
|
@@ -7,6 +7,9 @@ publish.workspace = true
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
+[package.metadata.wasm-pack.profile.release]
|
|
+wasm-opt = false
|
|
+
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|