From b4bddcb7dee11374a1eae52a1ba3a10a98017d0f Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Tue, 26 Apr 2022 03:29:40 -0700 Subject: [PATCH] Add server-mac-x64 definition Summary: Just this one for now as I can actually test that this works. Reviewed By: lblasa Differential Revision: D35902244 fbshipit-source-id: 9914c58968b4f9dfd25be7afaf6d89dffaad294a --- packer/src/main.rs | 2 +- packer/src/packlist.yaml | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/packer/src/main.rs b/packer/src/main.rs index 1cdd58dae..4907fd0ae 100644 --- a/packer/src/main.rs +++ b/packer/src/main.rs @@ -393,7 +393,7 @@ mod test { fn test_included_packlist_parses() { let res: PackList = serde_yaml::from_str(DEFAULT_PACKLIST).expect("Default packlist doesn't deserialize"); - assert_eq!(res.0.len(), 3); + assert_eq!(res.0.len(), 4); } #[test] diff --git a/packer/src/packlist.yaml b/packer/src/packlist.yaml index 48eac5766..094b3851f 100644 --- a/packer/src/packlist.yaml +++ b/packer/src/packlist.yaml @@ -29,3 +29,14 @@ windows: core: - '!*' - resources + +server-mac-x64: + mode: glob + basedir: flipper-server-mac-x64 + files: + frameworks: + - '!*' + - 'node' + core: + - '!node' + - '*'