From ac0411811448d7fc55648a36ae96e108e1dfd7c3 Mon Sep 17 00:00:00 2001 From: Marcin Anforowicz Date: Fri, 7 Jun 2024 07:02:41 -0700 Subject: [PATCH] Tried to add build dependencies for aws-lc-sys --- Cargo.toml | 21 +++- gday/Cargo.toml | 7 +- gday/wix/main.wxs | 228 --------------------------------------- gday_server/Cargo.toml | 6 -- gday_server/wix/main.wxs | 228 --------------------------------------- 5 files changed, 21 insertions(+), 469 deletions(-) delete mode 100644 gday/wix/main.wxs delete mode 100644 gday_server/wix/main.wxs diff --git a/Cargo.toml b/Cargo.toml index cce3517..ffe765e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,25 @@ members = [ "gday_file_transfer", ] +# Config for 'cargo dist' +# specifying build dependencies for aws-lc-sys +[workspace.metadata.dist.dependencies.homebrew] +llvm = '*' +cmake = '*' +go = '*' + + +[workspace.metadata.dist.dependencies.apt] +clang = '*' +cmake = '*' +golang = '*' + + +[workspace.metadata.dist.dependencies.chocolatey] +clang = '*' +cmake = '*' +go = '*' + # Config for 'cargo dist' [workspace.metadata.dist] # The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax) @@ -17,7 +36,7 @@ cargo-dist-version = "0.15.1" # CI backends to support ci = "github" # The installers to generate for each app -installers = ["shell", "homebrew", "msi"] +installers = [] # Target platforms to build apps for (Rust target-triple syntax) targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"] # Publish jobs to run in CI diff --git a/gday/Cargo.toml b/gday/Cargo.toml index 66112e6..f3a1a3d 100644 --- a/gday/Cargo.toml +++ b/gday/Cargo.toml @@ -7,11 +7,6 @@ description = "Command line tool to send files easily, securely, and directly, w license = "MIT" repository = "https://github.com/manforowicz/gday/" -[package.metadata.wix] -upgrade-guid = "FCAEFC4D-05CD-4DCB-B03B-8A166EDF4E86" -path-guid = "CB3BA61F-1F31-4F17-9778-D5BBAA9697DF" -license = false -eula = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] @@ -33,4 +28,4 @@ thiserror = "1.0.61" [dev-dependencies] assert_cmd = "2.0.14" gday_server = { version = "0.1.1", path = "../gday_server" } -tempfile = "3.10.1" +tempfile = "3.10.1" \ No newline at end of file diff --git a/gday/wix/main.wxs b/gday/wix/main.wxs deleted file mode 100644 index 3765cc3..0000000 --- a/gday/wix/main.wxs +++ /dev/null @@ -1,228 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - 1 - - - - - - - - - - - - - - - - - - diff --git a/gday_server/Cargo.toml b/gday_server/Cargo.toml index 6b7d8f5..c93a173 100644 --- a/gday_server/Cargo.toml +++ b/gday_server/Cargo.toml @@ -7,12 +7,6 @@ description = "A server that lets 2 peers exchange their private and public addr license = "MIT" repository = "https://github.com/manforowicz/gday/" -[package.metadata.wix] -upgrade-guid = "C41E4AFE-47F3-4089-8040-B2FFF4135772" -path-guid = "6EC3598B-2B5A-47EF-854A-401AB20270D2" -license = false -eula = false - # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] diff --git a/gday_server/wix/main.wxs b/gday_server/wix/main.wxs deleted file mode 100644 index a5f6e02..0000000 --- a/gday_server/wix/main.wxs +++ /dev/null @@ -1,228 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - 1 - - - - - - - - - - - - - - - - - -