Commit Graph

11914 Commits

Author SHA1 Message Date
Open Source Bot
09bf1e5db0 Updating submodules
Summary:
GitHub commits:

6b17ab300c
3a6ed8a51d
d8bec61414
145819d858
28b3a655a2
bbcb0a8e35
e56a684bb7

Reviewed By: jailby

fbshipit-source-id: 33c5cb6e3b63337c33e6c28ed20080959543cf35
2023-11-01 12:41:42 -07:00
Open Source Bot
16a78854a2 Updating submodules
Summary:
GitHub commits:

29e29eb4fe
7e46d628dd
7eab1a72e4
e598eabe5c
0c7dba57fc
651ef98651

Reviewed By: jailby

fbshipit-source-id: 695d825f73ff53116e7512a18857f12fb5cacdc3
2023-11-01 10:48:45 -07:00
Open Source Bot
c3b1eba494 Updating submodules
Summary:
GitHub commits:

f53ec94db1
1e6693dbf6
1420959833
69d0a3f1e8

Reviewed By: jailby

fbshipit-source-id: 6335b733aac37b77427aa0cc79ed584c30b2c8db
2023-11-01 09:09:28 -07:00
Open Source Bot
19b6241945 Updating submodules
Summary:
GitHub commits:

0b4f0abd90

Reviewed By: jailby

fbshipit-source-id: e8c210fe718d8cbe63a82d006ccdb61956552385
2023-11-01 04:37:28 -07:00
Open Source Bot
5a0588da90 Updating submodules
Summary:
GitHub commits:

111203168e

Reviewed By: jailby

fbshipit-source-id: 3c22ff268f513d39282c6f449364d8ba6bb79a46
2023-11-01 01:52:44 -07:00
Open Source Bot
8d357ab4a2 Updating submodules
Summary:
GitHub commits:

4bea8c1665
34d9b5ef18
af99251e7c
fdbe4fbf6e
c401f7b1e4

Reviewed By: bigfootjon

fbshipit-source-id: 600e5f3680d6197b9b4d022bdf568837923f5f76
2023-10-31 21:34:06 -07:00
Open Source Bot
e4a0ac55c8 Updating submodules
Summary:
GitHub commits:

83f9f7b3a1
6db79d85a9
5ec9b73c60
207fc682be

Reviewed By: bigfootjon

fbshipit-source-id: c06176b322b17a1eb69cd72cb3dbd6ded9148269
2023-10-31 15:22:43 -07:00
Open Source Bot
691a3f2085 Updating submodules
Summary:
GitHub commits:

eb91eb4c19
7a9e5a7fcd
e0c45c15a7
58bb8b2524
8e1e13ffd3
0de50482ce
5c92af0016
faf20478be

Reviewed By: bigfootjon

fbshipit-source-id: dbdf6ebd452aa4f4420cc566b46dffffbe2c0bad
2023-10-31 14:03:41 -07:00
Open Source Bot
4b3c51b5d2 Updating submodules
Summary:
GitHub commits:

04c53919e4
08d1676347
1eb2b15b9d

Reviewed By: bigfootjon

fbshipit-source-id: 102b64ca1a2d500d11a3a88186c1b4b69cdd97f1
2023-10-31 12:55:52 -07:00
Open Source Bot
c7b44e6d7c Updating submodules
Summary:
GitHub commits:

3f5b3ebea9
11183ca43c
2a96de25f5
8582d3f58a
2818a74b95
ff8cf16f44
0d10b9b52c
ab3f966464
a30ca3f950

Reviewed By: bigfootjon

fbshipit-source-id: 5352a57d196682b52c88bc16157291fb9559a65f
2023-10-31 09:15:52 -07:00
Open Source Bot
0f5ac23e73 Updating submodules
Summary:
GitHub commits:

4facff7aa9
77519e84be
cb181f7af9

Reviewed By: bigfootjon

fbshipit-source-id: 92476d26274bf6a09f652628f4197f0549c27bac
2023-10-31 06:34:00 -07:00
Open Source Bot
8d18a82040 Updating submodules
Summary:
GitHub commits:

a15314eca5
aa656d9051
9cb4ad846a
d16bf72a29
9b476299b8
8f6c603b62
2a1d4de6bb
b81f4ef749
2f3f827a3f
ec19c754ca
f623660b7c
c4cedf5533

Reviewed By: bigfootjon

fbshipit-source-id: c5a055aa1bcb80da69f3c9689093c08cc27f1e03
2023-10-30 16:12:50 -07:00
Open Source Bot
0ce7e4f632 Updating submodules
Summary:
GitHub commits:

9e88edb838
772ca510a1
30debacbd8
536283604a
f12ad6ddb4
7068200baa

Reviewed By: bigfootjon

fbshipit-source-id: cad67f956890516db4b859e760c95609c1f9b227
2023-10-30 14:58:16 -07:00
John Elliott
ae2a76bcf6 Paramatized rust_static_library to enable CXX support (#763)
Summary:
X-link: https://github.com/facebook/fboss/pull/161

X-link: https://github.com/facebookincubator/delos_core/pull/8

X-link: https://github.com/facebookincubator/zstrong/pull/610

X-link: https://github.com/facebookincubator/crux/pull/10

X-link: https://github.com/facebookexternal/traffixr/pull/3

X-link: https://github.com/facebookincubator/katran/pull/205

X-link: https://github.com/facebookincubator/fizz/pull/101

Pull Request resolved: https://github.com/facebook/sapling/pull/763

X-link: https://github.com/facebookexperimental/rust-shed/pull/43

X-link: https://github.com/facebook/wangle/pull/221

X-link: https://github.com/facebook/openr/pull/150

X-link: https://github.com/facebook/hhvm/pull/9403

X-link: https://github.com/facebook/folly/pull/2092

X-link: https://github.com/facebook/fb303/pull/42

X-link: https://github.com/facebookincubator/velox/pull/7301

We are now using CXX (and not just bindgen/cbindgen) for building our Rust C/C++ APIS, but our OSS tooling did not ergomically support this. This change adds a single option, `USE_CXX_INCLUDE`, to the CMake function, `rust_static_library`, to enable adding the `cxxbridge` path to the include path.

Reviewed By: xavierd

Differential Revision: D50772544

fbshipit-source-id: caf00ade9b651965b6dd59e2cf0d8797d3ae1dce
2023-10-30 14:03:10 -07:00
Open Source Bot
8c244e2648 Updating submodules
Summary:
GitHub commits:

03cbf07357
fd59c15f59
76402c034e
55dac3893e
7854db0858

Reviewed By: bigfootjon

fbshipit-source-id: 66b60a5aedd91174819dbc48a7e619c78b4ebcc3
2023-10-30 12:46:12 -07:00
Open Source Bot
d9c68999e0 Updating submodules
Summary:
GitHub commits:

585d5d7479
18d4ddf3fe
315dfe0883
8c934fc4da
218fc62669
11819059e4
b3fd3838d4
d7e10bb30d
9cd2e78e42
f5b0aaf625
079bef31e2
61baa4acd6
f0f9ac696d

Reviewed By: bigfootjon

fbshipit-source-id: 088bd704cbfd88bcb2ed1c75418203a8eed772dd
2023-10-30 11:32:37 -07:00
Open Source Bot
7cb48bd6ab Updating submodules
Summary:
GitHub commits:

70c13dda40
a339306017
f012c16db4
6f73c0ea43
ae6e95a050
a2e3f2413a
ead8a4ca3f

Reviewed By: bigfootjon

fbshipit-source-id: b9a2595df202dc74d76ded9b2801b43a0855d16f
2023-10-30 09:52:45 -07:00
Open Source Bot
cbe75f1114 Updating submodules
Summary:
GitHub commits:

8e712304be
108eeae2c7
a551129453
8585d55006
b61be2653e

Reviewed By: jurajh-fb

fbshipit-source-id: 3cd327fa138e7d1ce097e147d3f77d9ab6677587
2023-10-29 17:29:01 -07:00
Open Source Bot
59442ed603 Updating submodules
Summary:
GitHub commits:

007c93d563
2e7418c214
9130bc1a7e
7e65957e43

Reviewed By: jurajh-fb

fbshipit-source-id: 2d49eb2abf64e1e95ffc6220a46bdee698746020
2023-10-28 17:45:42 -07:00
Open Source Bot
822ca7f07f Updating submodules
Summary:
GitHub commits:

4504ba1966
e230e4d248
d06cefa53b
3afb0641be

Reviewed By: jurajh-fb

fbshipit-source-id: cb792dec56ba67d99bef4161e877ecf7f5f8eeea
2023-10-27 17:35:54 -07:00
Open Source Bot
a54dd3b6e8 Updating submodules
Summary:
GitHub commits:

7fbcb03f42
6887640f20
b91419575c
a31ebb33f1
1a8968e4e3
6369db618b
2afcae26db
bf6b0dbd30
720beb11cb
b41f040d8c

Reviewed By: jurajh-fb

fbshipit-source-id: 7427d370f39f27d1a35658e738dfcb7793799924
2023-10-27 16:27:22 -07:00
Open Source Bot
a9f5843c41 Updating submodules
Summary:
GitHub commits:

95c5e6196c
e542d7c360
bed933da00
8bb791635f
d66b8f23aa
a4ca3e9098
40c50a28fb
5e8d7066dd
6db69ef7aa

Reviewed By: jurajh-fb

fbshipit-source-id: 05a6417d2d76b662913f98d3cf6d27071142a082
2023-10-27 13:48:05 -07:00
Open Source Bot
9256504d8c Updating submodules
Summary:
GitHub commits:

2698fc2bf4
a137335f0b

Reviewed By: jurajh-fb

fbshipit-source-id: c6f5d52eea1b02e3bf180338f06b1f2c20afcde7
2023-10-27 05:48:10 -07:00
Open Source Bot
d2b5156037 Updating submodules
Summary:
GitHub commits:

b753f7b143
53eecab8dd

Reviewed By: jurajh-fb

fbshipit-source-id: 44f25f8ad9d3a1c04832e8a291a5f2982d43bb60
2023-10-27 04:36:28 -07:00
Open Source Bot
13adca70ba Updating submodules
Summary:
GitHub commits:

e2c689f448
b7c8ab44c4

Reviewed By: jurajh-fb

fbshipit-source-id: d6214e510c5d403ca23f7245f8ef6ce0de0b8031
2023-10-27 02:15:36 -07:00
Open Source Bot
bc29b36bcf Updating submodules
Summary:
GitHub commits:

5794a8d75c
585de9d776

Reviewed By: jurajh-fb

fbshipit-source-id: 9d047cf7bcfccaa3f465cb19c9514008cf03ec86
2023-10-26 23:11:28 -07:00
Open Source Bot
dc47694e89 Updating submodules
Summary:
GitHub commits:

0f3b4bf922
df831da118

Reviewed By: jurajh-fb

fbshipit-source-id: c36240aa746364fd0034f0cd3d2348a37abf1f03
2023-10-26 20:49:34 -07:00
Open Source Bot
e011b24ecb Updating submodules
Summary:
GitHub commits:

cfecdbf603
439c8c5f03
54403cd9c1
bee3504ad5
abf8a9587a

Reviewed By: jurajh-fb

fbshipit-source-id: e27fdbfdbacdc50ef7c99b5feeffc6534b624551
2023-10-26 18:30:24 -07:00
Open Source Bot
d9334f7448 Updating submodules
Summary:
GitHub commits:

7073c57d2d
9790cbdb25
4a9e51cce3
4b0a0be20c

Reviewed By: jurajh-fb

fbshipit-source-id: b766fcd799e76a3681563b696c8abc117737509f
2023-10-26 16:05:51 -07:00
Open Source Bot
4115ad3fb0 Updating submodules
Summary:
GitHub commits:

04849eeb29
3c8829785e
4c3b97efed
696006e8f6

Reviewed By: jurajh-fb

fbshipit-source-id: 7a9748e66c74173dc6effc48e351eda12346e651
2023-10-26 14:53:39 -07:00
Open Source Bot
7f942d58be Updating submodules
Summary:
GitHub commits:

3227f09867
88ea915728
bb7592f157
76e41e7f56
8fff44c593

Reviewed By: jurajh-fb

fbshipit-source-id: 2e0fd1836c1532478a6249bbb708e7bc6430e563
2023-10-26 13:44:38 -07:00
Open Source Bot
07c02f0ac5 Updating submodules
Summary:
GitHub commits:

601c65d4d7
e83d15ce7c
a399ddb3d4
eacc4acb8f
d02591e434

Reviewed By: jurajh-fb

fbshipit-source-id: e96785c190c6a2b209cfb2dca23cf9cc009ead12
2023-10-26 11:59:07 -07:00
Open Source Bot
25ebdd6bcc Updating submodules
Summary:
GitHub commits:

4700cad061
82c6ebc701
d7f569e2c4
9d7e77bc2d

Reviewed By: jurajh-fb

fbshipit-source-id: f09401e3b011ee3234a5427b1434e954e5753b43
2023-10-26 10:44:45 -07:00
Open Source Bot
978da38dcd Updating submodules
Summary:
GitHub commits:

1a7c5cc34b
a657419ccc

Reviewed By: jurajh-fb

fbshipit-source-id: ab556121195580c10e9c0d2c5bfc485c7c2627de
2023-10-26 09:28:22 -07:00
Open Source Bot
f53d62e434 Updating submodules
Summary:
GitHub commits:

41103f8de9
da77cd311a
86cff85ac6
bda6c71a4e
79f38e4571

Reviewed By: jurajh-fb

fbshipit-source-id: 41d31216809dbc82a2ca4e7b34ee74f09dbb4635
2023-10-26 07:56:02 -07:00
Open Source Bot
18aeb8b11f Updating submodules
Summary:
GitHub commits:

1b01b0cba9
daf3a61fc5

Reviewed By: jurajh-fb

fbshipit-source-id: 9a054b6b10dfee6a5315b34c7fae22f039aafc1a
2023-10-26 06:45:37 -07:00
Open Source Bot
0504da3eae Updating submodules
Summary:
GitHub commits:

cefc618ae8
f900059f86

Reviewed By: jurajh-fb

fbshipit-source-id: a0caeca7cc23690d3db90af284deae1457dbf872
2023-10-26 01:56:22 -07:00
Open Source Bot
67cf86ca43 Updating submodules
Summary:
GitHub commits:

5d01cb6b21
807feb1d3b
0a79b7acde

Reviewed By: jurajh-fb

fbshipit-source-id: 4043d3b2540fa8026b00228c7edb726362d655fb
2023-10-25 23:07:59 -07:00
Open Source Bot
b22306d0e8 Updating submodules
Summary:
GitHub commits:

bfb663cf22
39379f48b8
526f36b483
bfad45fcb3
36eb2db900

Reviewed By: jurajh-fb

fbshipit-source-id: 7903d839bac934b35bf3a52b9f3ea27934388c6f
2023-10-25 19:31:08 -07:00
Open Source Bot
c4d08d7b76 Updating submodules
Summary:
GitHub commits:

9c60a66001
b12621520b
8ee009f0d8
32f990614e
324b937263

Reviewed By: jurajh-fb

fbshipit-source-id: 65fc764fb7e240282d0b1ad9146d70b9ce8da1bb
2023-10-25 16:51:01 -07:00
Open Source Bot
94595c4c94 Updating submodules
Summary:
GitHub commits:

d997987e8c
e2d46cad1c
f23ea1cc4e
626b380e0a
573d6c7f87

Reviewed By: jurajh-fb

fbshipit-source-id: 15be845f220e1439a82307f030c77aa3ce8b1533
2023-10-25 15:42:10 -07:00
Open Source Bot
79dfa86eff Updating submodules
Summary:
GitHub commits:

5cd3436ff2
f8f3dfcee9
545a936a57
997969ba59
0f141352d8
c04fa1e84d

Reviewed By: jurajh-fb

fbshipit-source-id: 069029c84ffa976d060b3cf21be0a7d9a99cd340
2023-10-25 14:03:49 -07:00
Open Source Bot
c3bf1784d5 Updating submodules
Summary:
GitHub commits:

f9e081c0bd
e725ed5551
983e52ac83

Reviewed By: jurajh-fb

fbshipit-source-id: f1489cb842115c248026bc753aa814a27e5e9735
2023-10-25 09:14:34 -07:00
Open Source Bot
c651fe0ce1 Updating submodules
Summary:
GitHub commits:

7644be30d2
f7a4efeaa4
9e27815b81
4a470b529d

Reviewed By: jurajh-fb

fbshipit-source-id: b278ac5b0e3a418fe0d5a1f50b65da42735e7b29
2023-10-25 07:42:42 -07:00
Open Source Bot
3a285a56d2 Updating submodules
Summary:
GitHub commits:

1de5091656
41765ba0cb

Reviewed By: jurajh-fb

fbshipit-source-id: 928f9fbb6a4a77e68fa50ec0e11ef0dbe887011f
2023-10-25 04:49:48 -07:00
Open Source Bot
6ab17be643 Updating submodules
Summary:
GitHub commits:

02f66b3a1a

Reviewed By: jurajh-fb

fbshipit-source-id: 825e919364853d64b4955363e5b3c408a1b6c290
2023-10-25 00:49:36 -07:00
Open Source Bot
b12a86b665 Updating submodules
Summary:
GitHub commits:

cb6afba4ee
efcf6afc17

Reviewed By: jurajh-fb

fbshipit-source-id: fbeb76954fde44d7c5104215edb8d4a2351dfd5a
2023-10-24 23:29:53 -07:00
Open Source Bot
d541ca0f19 Updating submodules
Summary:
GitHub commits:

d9d962ed77
7e96745cd5
19634d4cf1
7664bb4d48
cea0236dea
693927afc8
3663246b12
b07232ad89
4aa2bbe24d
96ad70b89d
9cd8ce8404

Reviewed By: jurajh-fb

fbshipit-source-id: bbce43b0d99fab65ea5f68f06a3e95bbda960b56
2023-10-24 21:15:59 -07:00
Open Source Bot
bfc59aafcb Updating submodules
Summary:
GitHub commits:

466a151083
278eb33b05
430e9b14a0
8586ad7855
9b1351dcbe
52139683b6
dc87847e65
4c079935a2
816a457488
b04efd96f9
73f403c082
3c482423a2
aca3925e3e
2801ee16a7
acc421ed6b
97e62630fe

Reviewed By: jurajh-fb

fbshipit-source-id: f91b60d2dd00a2983013ed6efe0f46e7f1447960
2023-10-24 18:17:02 -07:00
Open Source Bot
cddf8fdea9 Updating submodules
Summary:
GitHub commits:

90d8eb16de
fe820b8b21
03995782ce
763a8acf3c
688ad6541d

Reviewed By: jurajh-fb

fbshipit-source-id: 79c596fd6dd1a7d5fc1b220599aaa1fc52d2dbb6
2023-10-24 15:34:01 -07:00
Genevieve (Genna) Helsel
bee4ae0529 remove --silent from edenfsctl prefetch call in copytree.py
Summary:
X-link: https://github.com/facebookincubator/velox/pull/7073

`--silent` is the default mode for `edenfsctl prefetch` and the flag is deprecated. Removing this flag is a no-op

Reviewed By: xavierd

Differential Revision: D50287572

fbshipit-source-id: 76f1eaa6ce3b3c7efb58882449fd67787787b4d1
2023-10-24 14:59:38 -07:00
Open Source Bot
20221c6349 Updating submodules
Summary:
GitHub commits:

a566dc2a77
4737e03510
efc761a584
ab15d33566
e253ff5e41
d8b012e98b

Reviewed By: jurajh-fb

fbshipit-source-id: 55d2bb353a275ed01424463b0e2422a03501ca9c
2023-10-24 13:16:41 -07:00
Open Source Bot
ee03278540 Updating submodules
Summary:
GitHub commits:

55918970e7
90ba5a4fa9
6550fdffb8
99b371b417
ade1cf0a45

Reviewed By: jurajh-fb

fbshipit-source-id: abf7cf2f925c20f1ca5f7c907ea4d489c17e2fb2
2023-10-24 12:08:58 -07:00
Open Source Bot
e56d7b6b8e Updating submodules
Summary:
GitHub commits:

125e327c02
8401fb9519

Reviewed By: jurajh-fb

fbshipit-source-id: 623226b2785928a8e3bd42a69f7d4e23078bcf72
2023-10-24 10:41:29 -07:00
Open Source Bot
604b222dd6 Updating submodules
Summary:
GitHub commits:

d6e7b4ff08
b8247ece63

Reviewed By: jurajh-fb

fbshipit-source-id: 4af4bc0208968efc36ff6551bc6105dcd7f562a0
2023-10-24 04:46:12 -07:00
Open Source Bot
a52cbae182 Updating submodules
Summary:
GitHub commits:

3c2ea0ad04
f94254d24f

Reviewed By: jurajh-fb

fbshipit-source-id: 03263a8715a738684b6cdb3d6144cf026f68a759
2023-10-24 00:06:47 -07:00
Open Source Bot
30183c6c1c Updating submodules
Summary:
GitHub commits:

4c19c8cbde
8b1df139cd
a270ecc350
7e6806a219
9956f4ab70
b418cfd03e
3087bf41c7
540c2f2d4f
6e01038639
aa004da502
8e61f12315
0638167169
9fd49116a3
759a8e48d1

Reviewed By: jurajh-fb

fbshipit-source-id: d8f6bba9774ef89735a2ec41a4af782bc2963661
2023-10-23 18:14:25 -07:00
Open Source Bot
9970ca3d6a Updating submodules
Summary:
GitHub commits:

bc20e97258
1259bc4ad4
4241b5b2c1
519f2a41fb

Reviewed By: jurajh-fb

fbshipit-source-id: 7778462177f6332f44fbad3904c788d263a1a3d3
2023-10-23 16:47:04 -07:00
Cody Ohlsen
60cd90a41e airserver: remove local/shared bundle cleaners and loadgen from OSS/client build
Summary:
X-link: https://github.com/facebook/openr/pull/149

X-link: https://github.com/facebookexternal/traffixr/pull/2

X-link: https://github.com/facebookincubator/velox/pull/7196

X-link: https://github.com/facebookincubator/fizz/pull/100

X-link: https://github.com/facebookexperimental/edencommon/pull/12

X-link: https://github.com/facebook/proxygen/pull/468

X-link: https://github.com/facebookincubator/zstrong/pull/609

X-link: https://github.com/facebookincubator/hsthrift/pull/118

X-link: https://github.com/facebookincubator/crux/pull/9

X-link: https://github.com/facebookexperimental/rust-shed/pull/42

X-link: https://github.com/facebook/watchman/pull/1170

X-link: https://github.com/facebook/mvfst/pull/319

X-link: https://github.com/facebook/fbthrift/pull/581

X-link: https://github.com/facebook/fboss/pull/160

X-link: https://github.com/facebook/fb303/pull/41

some cleanup: remove loadgen and bundle cleaners from client build and OSS build - hopefully will let us move faster in these codebases and avoid needing to upkeep the OSS side

Reviewed By: DevSatpathy

Differential Revision:
D50094943

Privacy Context Container: L1091835

fbshipit-source-id: fda385715f8c792667c942e23ceccd5a6b8696d6
2023-10-23 16:36:57 -07:00
Open Source Bot
1fc41fb1dd Updating submodules
Summary:
GitHub commits:

e4a467589e
f08023242a

Reviewed By: jurajh-fb

fbshipit-source-id: abc93f0177b276cae18e5f5a9321a279d888c448
2023-10-23 15:34:43 -07:00
Open Source Bot
a4f54c3c2e Updating submodules
Summary:
GitHub commits:

fb35564c9f
d007745c8d
4d9f9733b2
d0c8b7fcc9
132bcdfc0c
49cf907443

Reviewed By: jurajh-fb

fbshipit-source-id: fe41bfed69a0e5839682a87ae708bde747519b35
2023-10-23 14:26:59 -07:00
Open Source Bot
29af2e57df Updating submodules
Summary:
GitHub commits:

7a53af19bd
1f18fc98df
ae614c1307
a88d147632
62550146ee
f96a37dcfd
8fce6ced2c
d22d65bd92
857259783a
96b9deff61
4ceb2f6ec3
26e16881f7
4ac51edb59
95f6ca2df4
b1049cf760

Reviewed By: jurajh-fb

fbshipit-source-id: df4614c6051b22950e1924539e0192685d06b679
2023-10-23 12:33:48 -07:00
Open Source Bot
3c653a77b8 Updating submodules
Summary:
GitHub commits:

aa30a710d9
36a390a02f
4155087746
525c454a59

Reviewed By: jurajh-fb

fbshipit-source-id: a254685a48d0b66220ae0eebd14ccf9365da86b7
2023-10-23 11:15:34 -07:00
Open Source Bot
aeda717ed0 Updating submodules
Summary:
GitHub commits:

e6370069df

Reviewed By: bigfootjon

fbshipit-source-id: fd3e3035e8a5f8c0ed57beb75f8d2e5b92451948
2023-10-22 01:00:15 -07:00
Open Source Bot
e16c202b41 Updating submodules
Summary:
GitHub commits:

133eeb8bb1
28445e5777

Reviewed By: bigfootjon

fbshipit-source-id: 33f72fe8965b0704c6995002e1f411957b52df80
2023-10-21 14:14:13 -07:00
Open Source Bot
b6cb38a156 Updating submodules
Summary:
GitHub commits:

03a9777182
6cf51dd79b
b26a8697ae
9bd0337ee1

Reviewed By: bigfootjon

fbshipit-source-id: c1cab13aba4bb9d8dad57369503c1e0a46903d5b
2023-10-21 08:24:31 -07:00
Open Source Bot
7722325ddc Updating submodules
Summary:
GitHub commits:

72cc23eeb9
55d5636678

Reviewed By: bigfootjon

fbshipit-source-id: 937e5248675fc50c73e040753ec57733f65a4085
2023-10-21 07:12:14 -07:00
Open Source Bot
0ca08188f8 Updating submodules
Summary:
GitHub commits:

a5636e8347
49a18625f8

Reviewed By: bigfootjon

fbshipit-source-id: 8229e1e3f5788ca164ec14091a3fce90472d0fcd
2023-10-21 06:03:22 -07:00
Open Source Bot
512f3ae894 Updating submodules
Summary:
GitHub commits:

80df368a23
1d4c373c94
9e1c715b2c

Reviewed By: bigfootjon

fbshipit-source-id: c174ba02201a9e1d40e8552eeaa73f97d5730bb2
2023-10-20 21:52:08 -07:00
Open Source Bot
9af6575446 Updating submodules
Summary:
GitHub commits:

edc39c41b6

Reviewed By: bigfootjon

fbshipit-source-id: 4743836379cdc1d41acf55e95897b9cdc0b05a64
2023-10-20 20:40:47 -07:00
Open Source Bot
8fda169956 Updating submodules
Summary:
GitHub commits:

334f75e6d3

Reviewed By: bigfootjon

fbshipit-source-id: e8a47ee4daf7880cf18cffd5341decd1084d39ee
2023-10-20 17:30:57 -07:00
Open Source Bot
7b7f44ddc3 Updating submodules
Summary:
GitHub commits:

7d80977357
543191f2ea

Reviewed By: bigfootjon

fbshipit-source-id: 7db8278a63bce191b0251db9c5e4a00e148f0aae
2023-10-20 15:13:46 -07:00
Open Source Bot
640364bd57 Updating submodules
Summary:
GitHub commits:

2a012d28e3
24b3a795ad

Reviewed By: bigfootjon

fbshipit-source-id: 1e4926a946f8feda1e3255260e5ae6390e6be86b
2023-10-20 12:52:31 -07:00
Open Source Bot
585a4f7ff1 Updating submodules
Summary:
GitHub commits:

a5eb22aacc
f7b73ea428
cdc18b8ba2
d7567d5eee
78866ae7d6
7acc337417

Reviewed By: bigfootjon

fbshipit-source-id: 99b245b88093b706998d2f570886654bcb5e3ac2
2023-10-20 11:46:16 -07:00
Open Source Bot
d32d31b633 Updating submodules
Summary:
GitHub commits:

20df2bd3ed
578d61fcf5
7c50b4801d
3d0e00a326
8ea0d8f23b
6c139b1221
1ce716b629
4020adab7b
47d19f0b7c
4b32301562
9a259d0875

Reviewed By: bigfootjon

fbshipit-source-id: ac8e48b7887ee585077f64efe2c19253db4e53ee
2023-10-20 05:52:48 -07:00
Open Source Bot
e0c4773ab0 Updating submodules
Summary:
GitHub commits:

d89e0bc61d
73dc76765f
240421b97b
c71af83adb
12864e2def
10e6c42a12
981468c800
ef0c3f08fa
5db676f528
a164442c9f
75c3faf435
b93cb25335
0e8b62eb17
f40da254c1
23315a8d07
c3b9053e6c
e41659669c
ff2f1900c8
4a97e79987
4d61edda59

Reviewed By: bigfootjon

fbshipit-source-id: 85d53ac15b50b99fb215b379b1eb9b8bc0d4478b
2023-10-20 03:24:00 -07:00
David Tolnay
69cf18b16c Switch cargo build back to default system ld
Summary: If what this comment says is true, `lld` would no longer be required. The zstd-rs fork is gone since {D50419456} + {D50394320}.

Reviewed By: zertosh

Differential Revision: D50480876

fbshipit-source-id: 95c8bca9bd23c158cc352edfd3776ac5b8d3d41c
2023-10-19 21:06:59 -07:00
Open Source Bot
f1203b993b Updating submodules
Summary:
GitHub commits:

2030e57ce0
808d3bd1dc
e99e72ff93
be5be9ef5a
efff73f552

Reviewed By: bigfootjon

fbshipit-source-id: ff4a16600aa8faf80df1db695b895aa5ee693c45
2023-10-19 09:26:40 -07:00
Open Source Bot
981095571e Updating submodules
Summary:
GitHub commits:

6006a97abb
9294e3e3ec
973e7d29f9
1744686851
5337d768d5
758b2d9e30
0bf097e796
0836a2b26d
e621b5c9fa
58b35accd2
a4dcd0ce79
44e37dc24f
70670fead9
dfe59a5f25
937b3c022d
0feae6387c

Reviewed By: bigfootjon

fbshipit-source-id: eba39353928bbe69d14b1474fe42fb4c0357d7ad
2023-10-19 06:45:44 -07:00
Open Source Bot
6d3552ffd1 Updating submodules
Summary:
GitHub commits:

e1d7923ed3
957cb0f1d2
55590012ae
d4af63c195
bccba48387
e22cb88c53

Reviewed By: bigfootjon

fbshipit-source-id: 2898a272b9b6ea4a97d847414193f15835d61290
2023-10-18 14:38:24 -07:00
Open Source Bot
cd7a0ece06 Updating submodules
Summary:
GitHub commits:

2c2c7b2688
0d061333e4
30b9985c34
101eb6e77d
a7d0933dff
d670546355
f18f245d82
6742acdd90

Reviewed By: bigfootjon

fbshipit-source-id: 6eb177c524c91637792be5995b0536aa0afe1b0b
2023-10-17 23:18:48 -07:00
Open Source Bot
f5e79c331d Updating submodules
Summary:
GitHub commits:

3fbb201989
f352b1474b
1c17cee212
cce0333bbf

Reviewed By: bigfootjon

fbshipit-source-id: 12cf5a61665466b21d11a90bac2b3adc4fa7f60d
2023-10-17 21:30:49 -07:00
Open Source Bot
b81ebb5a2d Updating submodules
Summary:
GitHub commits:

87bf43a3a7
b19eabb664
294b17f90a
5f1af02c42
9b186ce0a4

Reviewed By: bigfootjon

fbshipit-source-id: 9862e38e81035e52e4ee4c6b6858ea91d1baf3bb
2023-10-17 19:04:28 -07:00
Open Source Bot
dbf3bc0787 Updating submodules
Summary:
GitHub commits:

499b4a20dc
4434430213
c25d92256a
034b494ab5

Reviewed By: bigfootjon

fbshipit-source-id: 70ebf73b546964829db092173afacaca1d98fca3
2023-10-17 17:40:55 -07:00
Open Source Bot
6424c272ad Updating submodules
Summary:
GitHub commits:

05c6881995
7f3627d451
e9f368f3e8
79d17dc967
3532b780cf
42266939ab
5c7e2b1283
26f1c4bb32
0fa102fdb0
76b62b36ea
de540c2d24
2b6bcd2d36
3355f492ab
2ddb8cdb20
daf9042e6d

Reviewed By: bigfootjon

fbshipit-source-id: 32193c2204432e2bd6739315da02a3919a11e0d6
2023-10-17 16:30:06 -07:00
Open Source Bot
3bb11baa28 Updating submodules
Summary:
GitHub commits:

8a949a1a55
ceb19204ea
b518be8b11
62fb447095
a4e65c12da
00482e31a0
09e329f004
2296c624fa
117a58e29c
4d74ed73cd
54e1b926c0
95204cbfba
32aa475c77
fdabc8d947
5afb621b1c
7968f32b7d
70c6e83c29

Reviewed By: bigfootjon

fbshipit-source-id: 4ae45ba1167198e925c9df9b07c70a3cdac8e97f
2023-10-17 12:52:40 -07:00
Alex Hornby
08d31e87b3 use system patchelf in eden fs build (#750)
Summary:
X-link: https://github.com/facebookincubator/velox/pull/7072

use system patchelf in eden fs build

Saves us from doing a fetch and build of autoconf, libtool, automake and patchelf during the arfifacts part of CI

Pull Request resolved: https://github.com/facebook/sapling/pull/750

Test Plan:
run locally with: `/build/fbcode_builder/getdeps.py --allow-system-packages fixup-dyn-deps --allow-system-packages --strip --src-dir=. eden _artifacts/linux  --project-install-prefix eden:/usr/local --final-install-prefix /usr/local`

Before, builds autoconf, automake, libtool, patchelf from source

After, uses the system installed version

regenerate actions with:`./build/fbcode_builder/getdeps.py --allow-system-packages generate-github-actions --no-tests --free-up-disk --os-type=linux --src-dir=. --output-dir=.github/workflows --job-name "EdenFS " --job-file-prefix=edenfs_ eden`

 ---
Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/sapling/pull/750).
* __->__ https://github.com/facebook/sapling/issues/750
* https://github.com/facebook/sapling/issues/749
* https://github.com/facebook/sapling/issues/748

Reviewed By: sggutier

Differential Revision: D50313417

Pulled By: genevievehelsel

fbshipit-source-id: 7c585357c848c15a65c5797d6c8750d1119b6efd
2023-10-16 12:10:14 -07:00
Alex Hornby
0a0b2e19ac fix CI warning about node12 by updating actions/checkout version (#749)
Summary:
X-link: https://github.com/facebookincubator/velox/pull/7071

fix CI warning about node12 by updating actions/checkout version

Update the actions/checkout version to fix build warning

Pull Request resolved: https://github.com/facebook/sapling/pull/749

Test Plan:
regenerate actions with:
```
./build/fbcode_builder/getdeps.py --allow-system-packages generate-github-actions --no-tests --free-up-disk --os-type=linux --src-dir=. --output-dir=.github/workflows --job-name "EdenFS " --job-file-prefix=edenfs_ eden
```

Before, CI has warning:
```The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2```

After, warning is gone

 ---
Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/sapling/pull/749).
* https://github.com/facebook/sapling/issues/750
* __->__ https://github.com/facebook/sapling/issues/749
* https://github.com/facebook/sapling/issues/748

Reviewed By: sggutier

Differential Revision: D50313430

Pulled By: genevievehelsel

fbshipit-source-id: 4d55d36f7509be51bb4e26728ddbce8e45faba40
2023-10-16 12:10:14 -07:00
Open Source Bot
1170dab270 Updating submodules
Summary:
GitHub commits:

deca7f0d69

Reviewed By: jailby

fbshipit-source-id: 9032315dcffbbc5d6e749cc9cceaee1f5196a885
2023-10-14 01:55:25 -07:00
Open Source Bot
ac9c598968 Updating submodules
Summary:
GitHub commits:

b7be75f679
aed0ba1790
a2bc4c073c
594b3da6e3
f47b5f40bf

Reviewed By: jailby

fbshipit-source-id: 096ab32dc6cdec80801add08fa8b4d948c2144b3
2023-10-13 19:20:41 -07:00
Open Source Bot
9e3aad486b Updating submodules
Summary:
GitHub commits:

114b1fccc3
ab5d1d4224
c9d8e6a5bf
4cb1e0e9e0
ad7400d96d
f2a6fae4f7
f7a1f8eaeb

Reviewed By: jailby

fbshipit-source-id: 008d64764a0024d4b68a8563b666c8a11dc77d01
2023-10-13 17:28:31 -07:00
Open Source Bot
4740cd6aac Updating submodules
Summary:
GitHub commits:

f8cb9e0d3c
dc576af0fd
e1ab0bd57a
9992cae4fb
924f310009

Reviewed By: jailby

fbshipit-source-id: 8d3d174d173f70989e9a5b70621d753e98f089be
2023-10-13 11:31:18 -07:00
Open Source Bot
747bb75057 Updating submodules
Summary:
GitHub commits:

a206d42e55
e46727af69
33dad1ede9

Reviewed By: jailby

fbshipit-source-id: 477af770ee8bb792edae1c580ea6435ba5aafdda
2023-10-13 09:10:50 -07:00
Open Source Bot
d81ed40e5b Updating submodules
Summary:
GitHub commits:

735e253e6d
6b4eb2d982

Reviewed By: jailby

fbshipit-source-id: 1e428fa901b55a3c2ee2726686bfdcffb0221a31
2023-10-13 06:51:33 -07:00
Open Source Bot
ade36f52b9 Updating submodules
Summary:
GitHub commits:

c33c8d9d09
c48b9a4ebc

Reviewed By: jailby

fbshipit-source-id: 508308bb6c3e7d5d814acdad096af27e1cd86dfd
2023-10-13 05:40:06 -07:00
Open Source Bot
66192fe258 Updating submodules
Summary:
GitHub commits:

18df28f193
ed8d138835

Reviewed By: jailby

fbshipit-source-id: 154bcccc3eb6f9b0171957f23817ef1e865c4c44
2023-10-13 02:18:31 -07:00
Open Source Bot
9320ae7c3a Updating submodules
Summary:
GitHub commits:

2555802ae7
6e66fff46b

Reviewed By: jailby

fbshipit-source-id: 37c9fee27722c0a7a2a051669d6356ccf8892eca
2023-10-12 23:50:53 -07:00
Richard Barnes
72176d43de Remove noautodeps from onavo/diff_integrations/data_tests/TARGETS and others
Summary:
`autodeps` passes on this file with `noautodeps` removed! Let's remove it to help ensure that our build graph matches our build needs.

The files in this did not have any dependencies removed by autodeps; therefore, this has a very low risk of breaking anything.

These files were generated by running `autodeps` and `arc f`.

This diff assumes that CI is adequate to detect errors from changing dependencies. Some code, such as fblearner/flow may require additional testing.

 - If you approve of this diff, please use the "Accept & Ship" button :-)

Reviewed By: lisroach

Differential Revision: D50222620

fbshipit-source-id: 463e84dcf4909e93ddeda2a699127712033a6967
2023-10-12 23:45:08 -07:00
Open Source Bot
dd628e1f8a Updating submodules
Summary:
GitHub commits:

30be342182
242c15ea20

Reviewed By: jailby

fbshipit-source-id: 2e7950599ce80296d1d1da8b96fe618f97f6e0df
2023-10-12 20:54:40 -07:00
Open Source Bot
1ba6f717d1 Updating submodules
Summary:
GitHub commits:

159d4842ec
80378750fe
a3dfe2b7af
6e3429b8a6
bcd471af7a
4e99f05b49
b2a86ee5ca
e225c9dfc0
596b99953e

Reviewed By: jailby

fbshipit-source-id: 02829a28e19471046d22dfba282ecc7549c8f2d6
2023-10-12 18:39:10 -07:00
Open Source Bot
6ee5a30776 Updating submodules
Summary:
GitHub commits:

aae9fcd846
a4e4629271
648fe25bc0
c1268ced97
1fd96dcbc3

Reviewed By: jailby

fbshipit-source-id: f6f0700a4c29f46f274faf11d7ef5dff53832f14
2023-10-12 16:41:03 -07:00
Open Source Bot
7ff8c3ebd4 Updating submodules
Summary:
GitHub commits:

59409df63d
be96e33cad

Reviewed By: jailby

fbshipit-source-id: 055504d3b6c5c71799fc76d90d06165f435e000e
2023-10-12 15:35:15 -07:00
Open Source Bot
6438270eab Updating submodules
Summary:
GitHub commits:

3c70192345
607b004b36
0f4b7b5d20
97ab6ee31d
204c1ac352
86e9d0a32c
2b6ff684a4

Reviewed By: jailby

fbshipit-source-id: 41092c234bacf9ad4e825e5f1c4884ecb0c123b1
2023-10-12 14:28:48 -07:00
Open Source Bot
deac40d1c5 Updating submodules
Summary:
GitHub commits:

7623ab9469
e60407afec
b666bec398
d010b02e86
fa932c0a13
98d8a315df
2b9c6856d6
6474b405e1
d368a28fcd
8eb21d8121
778448f273

Reviewed By: jailby

fbshipit-source-id: 9ec9ef540800cfc034759a4eb67965254383a563
2023-10-12 12:31:40 -07:00
Open Source Bot
9fac070c4d Updating submodules
Summary:
GitHub commits:

8db18e5350
5e1bf4159a
745374f1cf
26142dece6

Reviewed By: jailby

fbshipit-source-id: b80e220725a12650f96d2db2a2816fbc564e9f00
2023-10-11 18:18:38 -07:00
Open Source Bot
3121cb5744 Updating submodules
Summary:
GitHub commits:

b4bde578b8
d367b34cc9
40224fea9d

Reviewed By: jailby

fbshipit-source-id: 3c95b93de29dbcc91a8c664b881e81752461b9ca
2023-10-11 15:03:51 -07:00
Facebook GitHub Bot
df8fba6e6d Re-sync with internal repository
The internal and external repositories are out of sync. This Pull Request attempts to brings them back in sync by patching the GitHub repository. Please carefully review this patch. You must disable ShipIt for your project in order to merge this pull request. DO NOT IMPORT this pull request. Instead, merge it directly on GitHub using the MERGE BUTTON. Re-enable ShipIt after merging.
2023-10-11 22:09:00 -07:00
Open Source Bot
e9e374ee7e Updating submodules
Summary:
GitHub commits:

9fc175f603
54c0c72a88
9093374dc8
585f1ed459
8756a855e0
4ba644e771
20b4f1356e
d9f0c7ca9a
ce1cd6871c
2983564910
8b0f466988
b189610b51
8d34c0fd8e
e4899588f6

Reviewed By: jailby

fbshipit-source-id: dee522ae174ba4171ed266cb6724828576a29906
2023-10-11 12:47:26 -07:00
Open Source Bot
3c774e1323 Updating submodules
Summary:
GitHub commits:

5c698f9987
8de18a2b8d
43a174818c
9befab1fa4
d2ed328a79
2f215f5bb6
75c06de4eb
df2d7ea152
5be84abb85
a7d451cdfc
8a78b7edd6
6b7ea27da7
c026de0306
25728d01fb

Reviewed By: jailby

fbshipit-source-id: 5fcfd3c47ff03a52666cbe6eaf0acfb46be30d42
2023-10-11 10:29:35 -07:00
Alex
d2784f1f17 GitHub Workflows security hardening
Summary:
X-link: https://github.com/facebookincubator/velox/pull/6969

This PR adds explicit [permissions section](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions) to workflows. This is a security best practice because by default workflows run with [extended set of permissions](https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token) (except from `on: pull_request` [from external forks](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/)). By specifying any permission explicitly all others are set to none. By using the principle of least privilege the damage a compromised workflow can do (because of an [injection](https://securitylab.github.com/research/github-actions-untrusted-input/) or compromised third party tool or action) is restricted.
It is recommended to have [most strict permissions on the top level](https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions) and grant write permissions on [job level](https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs) case by case.

X-link: https://github.com/facebook/watchman/pull/1071

Reviewed By: xavierd

Differential Revision: D50095358

Pulled By: genevievehelsel

fbshipit-source-id: 4fc80c6b7c48df08207f68420b48a90ffcfddf27
2023-10-11 09:21:32 -07:00
Open Source Bot
b40793bf7e Updating submodules
Summary:
GitHub commits:

ef2d669dc8
a467899d52
5bb4ff148a
e7bff06df6
6d728bd0a1
f31bdc19a5
120458ae2b

Reviewed By: jailby

fbshipit-source-id: 0c4be8f41f41e22199f12ba1c0f45d90ec4f1da0
2023-10-11 00:37:31 -07:00
Open Source Bot
6b6e7d23fb Updating submodules
Summary:
GitHub commits:

d2dfe0856c
ad9fd639d7
b5a37996a7
b8226b9194

Reviewed By: jailby

fbshipit-source-id: c912b6010f230d2b52c336c700af2597d23452e8
2023-10-10 18:09:53 -07:00
Open Source Bot
b2287176fe Updating submodules
Summary:
GitHub commits:

e4409fe9cd
680b8bf6ad
63e7fa7e95
f7e6586ab3

Reviewed By: jailby

fbshipit-source-id: 3ddf727721cd86ebc4fcb9feb0362bd2e69295ca
2023-10-10 17:00:17 -07:00
Open Source Bot
d33681932c Updating submodules
Summary:
GitHub commits:

df7208a51d
d46f3c1efc
c80a3f624b

Reviewed By: jailby

fbshipit-source-id: 00951dbb7798ee012c69e9c813c84de75ef6c558
2023-10-10 15:53:09 -07:00
Open Source Bot
cca3f682a6 Updating submodules
Summary:
GitHub commits:

b213dccf7e
5b11f5a3a2
09376740dc
241f9c6d6a
f2cfe1a106

Reviewed By: jailby

fbshipit-source-id: 8fe3e24e26c52de9cb305798857935249ac782bf
2023-10-10 14:30:51 -07:00
Open Source Bot
0b48c72653 Updating submodules
Summary:
GitHub commits:

0973655620
e7a466f1b8

Reviewed By: jailby

fbshipit-source-id: 6fc80fc12aad2be626045e3aa4d2b2a63a56c168
2023-10-10 13:25:43 -07:00
Open Source Bot
3c5cee2df9 Updating submodules
Summary:
GitHub commits:

dee5b371c6
5128103a0f
34a804d4b5
ff4272f35b
b1fdae0af0
0b8b842004
583f258050

Reviewed By: jailby

fbshipit-source-id: 63e04c008acbf5b9bac1990931a072d91033fbbc
2023-10-10 11:19:21 -07:00
Open Source Bot
2f0cc8eb8c Updating submodules
Summary:
GitHub commits:

0973c8dbbf
f1aa17c73f
d3ea7123b6
9ae3b23633

Reviewed By: jailby

fbshipit-source-id: dbc427f394349aa77b207a6437fb896e246e5a29
2023-10-10 10:08:06 -07:00
Open Source Bot
72ac3d2a20 Updating submodules
Summary:
GitHub commits:

75e4a127f0

Reviewed By: jailby

fbshipit-source-id: 3707d49ebd87246c2f529fb50a455306507a4c54
2023-10-10 00:45:14 -07:00
Open Source Bot
e1715a022a Updating submodules
Summary:
GitHub commits:

4e32aa275c

Reviewed By: jailby

fbshipit-source-id: f7265d8cc2299353391592a0470d20f5a71e3407
2023-10-09 18:11:28 -07:00
Open Source Bot
c0747f552c Updating submodules
Summary:
GitHub commits:

4c8e59c91f
847e043db0
812e043f2a
e1158ece2b
6ac341cc05
602e6aadc8

Reviewed By: jailby

fbshipit-source-id: 31096b4585a37a0458adb2c46a9e28819c12174c
2023-10-09 15:36:08 -07:00
Open Source Bot
98732c7b0d Updating submodules
Summary:
GitHub commits:

8b33503bb3
cc3a29f947
b891b20218
959e283370
367f7a5ad6
55ebef5857
f9beb2b99a
7aa5c879c4
4d631d610b
e14f250f4d
1b7833423b
5a1506f31c

Reviewed By: jailby

fbshipit-source-id: 7aa412adec846aee7771791fd222abd938595f63
2023-10-09 14:24:38 -07:00
Open Source Bot
41c8c378ba Updating submodules
Summary:
GitHub commits:

d1b68a3c2f
d55b1b2b15
9972604c82
f9dab6056e
57ce54c7ac
842547e448
194f593422
cb34e5d4b3

Reviewed By: jailby

fbshipit-source-id: 2084f81650638fe92e7381f34fd75fb4da745b92
2023-10-09 13:20:58 -07:00
Mark Shroyer
1998aae5f7 Upgrade to boost 1.83
Summary:
X-link: https://github.com/facebookincubator/velox/pull/6943

Update to boost 1.83.  This addresses a folly build failure on Xcode 15, due to
boost 1.78 referring to the removed std::unary_function.

Reviewed By: jdelliot

Differential Revision: D49972186

fbshipit-source-id: 8d9fdd27c24ccc5a072b6973b86e0c8ed5b77ac3
2023-10-09 12:31:42 -07:00
Open Source Bot
8d5a41f8ff Updating submodules
Summary:
GitHub commits:

293839e0ec
7de99a82fd
46c51645fc
1776dfaa8a
1e751ae65a
cb6a161aeb
c98bdf63e5
4b10788ed8
1112031b33
2790b1e7e4

Reviewed By: jailby

fbshipit-source-id: 432e0b14dc5e9d4005fc59fd5af2da6ea6c9f5a3
2023-10-09 11:40:43 -07:00
Open Source Bot
af14a5112f Updating submodules
Summary:
GitHub commits:

423558c70f
aa8b68a45d
c23f8d8ae1

Reviewed By: jailby

fbshipit-source-id: d9ebf3bf1477d6ffc3d61aaacdd6f94c14a563c8
2023-10-09 09:36:12 -07:00
Open Source Bot
cba4b42876 Updating submodules
Summary:
GitHub commits:

9173930e59
5e48f85466
b858b2c8e9
9b26f30c11

Reviewed By: bigfootjon

fbshipit-source-id: 0294cacd6e25d5b89b7337f6d838c71aaa79ea41
2023-10-09 02:04:57 -07:00
Open Source Bot
0ba0c5ce15 Updating submodules
Summary:
GitHub commits:

39a4903689
5e25c94c2f
f5eba2572b
02b28e3860
e6504877f4

Reviewed By: bigfootjon

fbshipit-source-id: daf71578b15f055804afb23e2d5ea695c23765bc
2023-10-08 21:37:27 -07:00
Open Source Bot
9620b13043 Updating submodules
Summary:
GitHub commits:

74bfa41c2e
71859aefe6
8303eb5529
4007022f69
628ede3412
b0f2562795
b94123b43b

Reviewed By: bigfootjon

fbshipit-source-id: a4d9cfe2a227fac5c5dafa40b33918c4f46ece67
2023-10-08 00:29:04 -07:00
Open Source Bot
074ff89dea Updating submodules
Summary:
GitHub commits:

34f110b7e9

Reviewed By: bigfootjon

fbshipit-source-id: b77a3279dde12938b6ad6bc8ac46cbe998bd38a4
2023-10-07 20:02:04 -07:00
Open Source Bot
9d766b09bf Updating submodules
Summary:
GitHub commits:

8b9e33a5b4

Reviewed By: bigfootjon

fbshipit-source-id: 9039b58a15df2b85b08aa9a33efc0d994999b332
2023-10-07 13:57:22 -07:00
Open Source Bot
f2b4c8e6c0 Updating submodules
Summary:
GitHub commits:

e10db5ee58
feabf6a481

Reviewed By: bigfootjon

fbshipit-source-id: ed76a3f0f595e4d400ab807dea450d2cf807b6da
2023-10-07 02:27:54 -07:00
Open Source Bot
f32199bca7 Updating submodules
Summary:
GitHub commits:

d8ab6a350a
65f89871a4
f230af0ca5
372edc8277
ecb4ab97ec
42fb553a2e
2b9f832a86
9e113ef9c2
d1da4913a2
39d745dd32
f3271d9042
a6daaeb786

Reviewed By: bigfootjon

fbshipit-source-id: 14d154a05b49d942d3207f678a6e86e9ccf98a68
2023-10-06 22:50:33 -07:00
Alex Hornby
7cd4cec426 save some CI diskspace, use ubuntu 20.04 and later libgit2 (#693)
Summary:
X-link: https://github.com/facebookincubator/velox/pull/6925

save some CI diskspace, use ubuntu 20.04 and later libgit2

Save some time and diskspace in CI builds for github by using the system libraries

Pull Request resolved: https://github.com/facebook/sapling/pull/693

Test Plan:
Install deps and build locally with

```
sudo ./build/fbcode_builder/getdeps.py --allow-system-packages install-system-deps --recursive eden
...
./build/fbcode_builder/getdeps.py --allow-system-packages build --src-dir=. eden

```

before: we build libgit2 from source
after: we use the system library

 ---
Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/sapling/pull/693).
* __->__ https://github.com/facebook/sapling/issues/693
* https://github.com/facebook/sapling/issues/696
* https://github.com/facebook/sapling/issues/692
* https://github.com/facebook/sapling/issues/691
* https://github.com/facebook/sapling/issues/682
* https://github.com/facebook/sapling/issues/689
* https://github.com/facebook/sapling/issues/697
* https://github.com/facebook/sapling/issues/706
* https://github.com/facebook/sapling/issues/730

Reviewed By: quark-zju, xavierd

Differential Revision: D49874384

Pulled By: genevievehelsel

fbshipit-source-id: 09c01eec69446c9bfa95861d9e71617b44b44fce
2023-10-06 21:20:06 -07:00
Alex Hornby
9bc93f1f22 fix edenfs oss build, ubuntu googletest is too old (#692)
Summary:
X-link: https://github.com/facebookincubator/velox/pull/6926

fix edenfs oss build, ubuntu googletest is too old
Update the googletest manifest as ubuntu's LTS packages are too old. 22.10 on looks fine

Pull Request resolved: https://github.com/facebook/sapling/pull/692

Test Plan:
Build locally with ./build/fbcode_builder/getdeps.py --allow-system-packages build --src-dir=. eden

before, breaks at:
```
/usr/bin/c++  -DBOOST_ALL_NO_LIB -DFOLLY_XLOG_STRIP_PREFIXES=\"/home/alex/local/sapling:/home/alex/local/tmp/ubuntu-20.04/fbcode_builder_getdeps-ZhomeZalexZlocalZsaplingZbuildZfbcode_builder/build/eden\" -DGFLAGS_IS_A_DLL=0 -I. -I/home/alex/local/sapling -I/home/alex/local/tmp/ubuntu-20.04/fbcode_builder_getdeps-ZhomeZalexZlocalZsaplingZbuildZfbcode_builder/installed/blake3-lrolsLBeklWWBLYfMM4fF2TJGwCeReSgHBUbEgA3TFw/include -isystem /home/alex/local/tmp/ubuntu-20.04/fbcode_builder_getdeps-ZhomeZalexZlocalZsaplingZbuildZfbcode_builder/installed/folly/include -isystem /home/alex/local/tmp/ubuntu-20.04/fbcode_builder_getdeps-ZhomeZalexZlocalZsaplingZbuildZfbcode_builder/installed/fb303/include -isystem /home/alex/local/tmp/ubuntu-20.04/fbcode_builder_getdeps-ZhomeZalexZlocalZsaplingZbuildZfbcode_builder/installed/fizz/include -isystem /home/alex/local/tmp/ubuntu-20.04/fbcode_builder_getdeps-ZhomeZalexZlocalZsaplingZbuildZfbcode_builder/installed/wangle/include -isystem /home/alex/local/tmp/ubuntu-20.04/fbcode_builder_getdeps-ZhomeZalexZlocalZsaplingZbuildZfbcode_builder/installed/fbthrift/include -isystem /home/alex/local/tmp/ubuntu-20.04/fbcode_builder_getdeps-ZhomeZalexZlocalZsaplingZbuildZfbcode_builder/installed/fmt-_ZorQJC2eeu9K7XicUjMKUe54C8sh6ZsaDZIZfQ_QmE/include -isystem /home/alex/local/tmp/ubuntu-20.04/fbcode_builder_getdeps-ZhomeZalexZlocalZsaplingZbuildZfbcode_builder/installed/mvfst/include -isystem /home/alex/local/tmp/ubuntu-20.04/fbcode_builder_getdeps-ZhomeZalexZlocalZsaplingZbuildZfbcode_builder/installed/edencommon/include -isystem /home/alex/local/tmp/ubuntu-20.04/fbcode_builder_getdeps-ZhomeZalexZlocalZsaplingZbuildZfbcode_builder/installed/cpptoml-_zeUSHY925tqbka8WnSRFSO5ZQbE56aQYsrCa6wv7mU/include -isystem /home/alex/local/tmp/ubuntu-20.04/fbcode_builder_getdeps-ZhomeZalexZlocalZsaplingZbuildZfbcode_builder/installed/rocksdb-Y6wy710FNBv6sNEe4kCJ_-a3O5-tys4ivojRziE0GyM/include -g -Wall -Wextra -Wno-deprecated -Wno-deprecated-declarations -Wno-nullability-completeness -Wno-unknown-pragmas -O2 -g -DNDEBUG   -fsized-deallocation -pthread -std=gnu++17 -MD -MT eden/fs/utils/test/CMakeFiles/eden_utils_test.dir/SourceLocationTest.cpp.o -MF eden/fs/utils/test/CMakeFiles/eden_utils_test.dir/SourceLocationTest.cpp.o.d -o eden/fs/utils/test/CMakeFiles/eden_utils_test.dir/SourceLocationTest.cpp.o -c /home/alex/local/sapling/eden/fs/utils/test/SourceLocationTest.cpp
In file included from /usr/include/gmock/gmock-spec-builders.h:75,
                 from /usr/include/gmock/gmock-generated-function-mockers.h:47,
                 from /usr/include/gmock/gmock-function-mocker.h:39,
                 from /usr/include/gmock/gmock.h:61,
                 from /home/alex/local/tmp/ubuntu-20.04/fbcode_builder_getdeps-ZhomeZalexZlocalZsaplingZbuildZfbcode_builder/installed/folly/include/folly/portability/GMock.h:32,
                 from /home/alex/local/sapling/eden/fs/utils/test/SourceLocationTest.cpp:11:
/usr/include/gmock/gmock-matchers.h: In instantiation of ‘bool testing::internal::HasSubstrMatcher<StringType>::MatchAndExplain(const MatcheeStringType&, testing::MatchResultListener*) const [with MatcheeStringType = std::basic_string_view<char>; StringType = std::__cxx11::basic_string<char>]’:
/usr/include/gtest/gtest-matchers.h:484:47:   required from ‘bool testing::PolymorphicMatcher<Impl>::MonomorphicImpl<T>::MatchAndExplain(T, testing::MatchResultListener*) const [with T = const std::basic_string_view<char>&; Impl = testing::internal::HasSubstrMatcher<std::__cxx11::basic_string<char> >]’
/usr/include/gtest/gtest-matchers.h:483:18:   required from here
/usr/include/gmock/gmock-matchers.h:760:23: error: invalid initialization of reference of type ‘const std::__cxx11::basic_string<char>&’ from expression of type ‘const std::basic_string_view<char>’
  760 |     const StringType& s2(s);

```

after, works

 ---
Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/sapling/pull/692).
* https://github.com/facebook/sapling/issues/693
* https://github.com/facebook/sapling/issues/696
* __->__ https://github.com/facebook/sapling/issues/692
* https://github.com/facebook/sapling/issues/691
* https://github.com/facebook/sapling/issues/682
* https://github.com/facebook/sapling/issues/689
* https://github.com/facebook/sapling/issues/697
* https://github.com/facebook/sapling/issues/706
* https://github.com/facebook/sapling/issues/730

Reviewed By: xavierd

Differential Revision: D49874525

Pulled By: genevievehelsel

fbshipit-source-id: f13c7cfa6b92eb0775f8d39181b4a4573459e777
2023-10-06 21:20:06 -07:00
Alex Hornby
ceccbc1682 fix getdeps actions generation for rust toolchain (#682)
Summary:
X-link: https://github.com/facebookincubator/velox/pull/6924

fix getdeps actions generation for rust toolchain

Generated actions files created from getdeps.py were missing rust toolchain which meant annoying manual edits

This change also makes the github actions generation honor the --no-tests argument, which is useful  when regenerating the edenfs actions

Pull Request resolved: https://github.com/facebook/sapling/pull/682

Test Plan:
To test we add the missing undeclared rust-shed dependency to the eden manifest and regenerate.

Generate updated actions yaml with:
```
./build/fbcode_builder/getdeps.py --allow-system-packages generate-github-actions --no-tests --free-up-disk --os-type=linux --src-dir=. --output-dir=.github/workflows --job-name "EdenFS " --job-file-prefix=edenfs_ eden
```

Before, was missing the rust toolchain in the auto regenerated eden actions file.  After, toolchain is present

Before, was missing the --no-tests in the "Build eden" step of the  auto-regenerated eden actions file.  After, has it

Eden stil needs some other fixes to build, which follow in this stqck

 ---
Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/sapling/pull/682).
* https://github.com/facebook/sapling/issues/693
* https://github.com/facebook/sapling/issues/696
* https://github.com/facebook/sapling/issues/692
* https://github.com/facebook/sapling/issues/691
* __->__ https://github.com/facebook/sapling/issues/682
* https://github.com/facebook/sapling/issues/689
* https://github.com/facebook/sapling/issues/697
* https://github.com/facebook/sapling/issues/706
* https://github.com/facebook/sapling/issues/730

Reviewed By: sggutier

Differential Revision: D49875258

Pulled By: genevievehelsel

fbshipit-source-id: 173f86083ba92bab4063813d3e392df428b9ffe4
2023-10-06 21:20:06 -07:00
Alex Hornby
616e2eb859 allow getdeps github actions to free up disk (#689)
Summary:
X-link: https://github.com/facebookincubator/velox/pull/6927

allow getdeps github actions to free up disk

Allow getdeps to free up some disk from the runner and intermediate build steps as some runs (notably the linux eden and mononoke ones) are hitting disk space limits

Pull Request resolved: https://github.com/facebook/sapling/pull/689

Test Plan:
Regenerate and run CI for mononoke.   Mononoke Mac should continue to work Mononoke Linux should go from broken to working
```
./build/fbcode_builder/getdeps.py --allow-system-packages generate-github-actions --free-up-disk --src-dir=.  --output-dir=.github/workflows --job-name="Mononoke " --job-file-prefix=mononoke_ mononoke
```

 ---
Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/sapling/pull/689).
* https://github.com/facebook/sapling/issues/693
* https://github.com/facebook/sapling/issues/696
* https://github.com/facebook/sapling/issues/692
* https://github.com/facebook/sapling/issues/691
* https://github.com/facebook/sapling/issues/682
* __->__ https://github.com/facebook/sapling/issues/689
* https://github.com/facebook/sapling/issues/697
* https://github.com/facebook/sapling/issues/706
* https://github.com/facebook/sapling/issues/730

Reviewed By: sggutier

Differential Revision: D49875256

Pulled By: genevievehelsel

fbshipit-source-id: b85b6b2f11857670915b64f47d3c0abd4ca8ca31
2023-10-06 21:20:06 -07:00
Alex Hornby
5d87e7902b fix mononoke linux local cargo build with lld (#697)
Summary:
X-link: https://github.com/facebookincubator/velox/pull/6923

fix mononoke linux local cargo build with lld

During my recent reviewstack changes I noticed that mononoke links fine on macOS, but github PRs are failing on linux with duplicate zstd symbols during linking.

To fix this, switch to lld for the final link on linux by setting the cargo options, which needs a getdeps cargo.py change to ensure they aren't overwritten

It works locally but looks like its running our of disk space on github.  Next change in stack addresses github CI diskspace

Pull Request resolved: https://github.com/facebook/sapling/pull/697

Test Plan:
Install the new lld system dep with `sudo ./build/fbcode_builder/getdeps.py install-system-deps --recursive mononoke`

Run a build locally with `./build/fbcode_builder/getdeps.py --allow-system-packages build --src-dir=. mononoke`

Before,  zstd link errors like https://github.com/facebook/sapling/actions/runs/5432912652/jobs/9880272333:
```
          /usr/bin/ld: /home/alex/local/tmp/toolbox/fbcode_builder_getdeps-ZhomeZalexZlocalZsaplingZbuildZfbcode_builder/build/mononoke/debug/deps/libzstd_sys-837ebc89eb1d31b6.rlib(zstd_lazy.o): in function `ZSTD_compressBlock_btlazy2_extDict':
          zstd_lazy.c:(.text.ZSTD_compressBlock_btlazy2_extDict+0x0): multiple definition of `ZSTD_compressBlock_btlazy2_extDict'; /home/alex/local/tmp/toolbox/fbcode_builder_getdeps-ZhomeZalexZlocalZsaplingZbuildZfbcode_builder/build/mononoke/debug/deps/libzstd_legacy_mononoke_sys-78a66a56bd363eb2.rlib(zstd_lazy.o):zstd_lazy.c:(.text.ZSTD_compressBlock_btlazy2_extDict+0x0): first defined here
          collect2: error: ld returned 1 exit status
```

After, works:
```
   Compiling mononoke v0.1.0 (/home/alex/local/tmp/toolbox/fbcode_builder_getdeps-ZhomeZalexZlocalZsaplingZbuildZfbcode_builder/build/mononoke/source/eden/mononoke/server)
    Finished dev [unoptimized] target(s) in 1m 17s
```

 ---
Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/sapling/pull/697).
* https://github.com/facebook/sapling/issues/693
* https://github.com/facebook/sapling/issues/696
* https://github.com/facebook/sapling/issues/692
* https://github.com/facebook/sapling/issues/691
* https://github.com/facebook/sapling/issues/682
* https://github.com/facebook/sapling/issues/689
* __->__ https://github.com/facebook/sapling/issues/697
* https://github.com/facebook/sapling/issues/706
* https://github.com/facebook/sapling/issues/730

Reviewed By: sggutier

Differential Revision: D49875277

Pulled By: genevievehelsel

fbshipit-source-id: 998f525fd71333b31747d0ad0e0dda3ebe2b0796
2023-10-06 21:20:06 -07:00
Open Source Bot
caae9fb8db Updating submodules
Summary:
GitHub commits:

768dba32d6
aa49bbf311
17434ca6ec

Reviewed By: bigfootjon

fbshipit-source-id: c5d34125972bb9e58aebe5ab4762169132ebebd8
2023-10-06 19:21:37 -07:00
Open Source Bot
0de86b4e91 Updating submodules
Summary:
GitHub commits:

3cff44e9b2
a70a47c9e1
a3969a7263
bec8a10bef

Reviewed By: bigfootjon

fbshipit-source-id: 0f7d7b054339593f71606b9d3934f9ec3523603d
2023-10-06 18:20:41 -07:00
Open Source Bot
06b7a61d72 Updating submodules
Summary:
GitHub commits:

b2a38cc2bd
0ea956a293

Reviewed By: bigfootjon

fbshipit-source-id: fc724886d16b8e174f4e586cf3b4b669cc8268f7
2023-10-06 17:00:47 -07:00
Open Source Bot
52daae409c Updating submodules
Summary:
GitHub commits:

6d1521bb5f
be1dc2a8f5
7b8decc9a1
2781c0d68e
21a12363e1
f4aa9d3a9e
e2a61da18f

Reviewed By: bigfootjon

fbshipit-source-id: 875c32aafc5bb838b8534902c8f4b428e3c2ca3f
2023-10-06 14:45:27 -07:00
Open Source Bot
71405049f0 Updating submodules
Summary:
GitHub commits:

740390761d
c90421b9bd
73168c1948
6f32ca1f14

Reviewed By: bigfootjon

fbshipit-source-id: b7a8efcdc57ea23ed3c689ef99fed64e543c409d
2023-10-06 13:41:06 -07:00
Open Source Bot
6c4a2a5d23 Updating submodules
Summary:
GitHub commits:

af50cfbe85
e9feed1ff7
17ec2b34bd
2dc63c8911
4ad8e26ca8
535e60e93a
5d3c309049

Reviewed By: bigfootjon

fbshipit-source-id: 28a8714baafd31b816983e64fb0456cca290c005
2023-10-06 12:29:02 -07:00
Open Source Bot
df5893e452 Updating submodules
Summary:
GitHub commits:

fc2c96de4b
4c09e76c52
6bc05cf5d6
c448abda77

Reviewed By: bigfootjon

fbshipit-source-id: 1a8a6634224056bfe2d220a90454af62346f1f74
2023-10-06 11:22:57 -07:00
Open Source Bot
17804029fa Updating submodules
Summary:
GitHub commits:

966b91149c
1d5bddbc58
2f4c955df1

Reviewed By: bigfootjon

fbshipit-source-id: 6193322b1be868f9bddbf32b60a21da02af92700
2023-10-06 09:14:10 -07:00
Open Source Bot
e5eebb86b6 Updating submodules
Summary:
GitHub commits:

78ac37c3f9
d511900396
a684a79add

Reviewed By: bigfootjon

fbshipit-source-id: 7e058d501b7c8c308db9bc532c42c5f814d8f37e
2023-10-06 01:08:02 -07:00
Open Source Bot
dedbce54f4 Updating submodules
Summary:
GitHub commits:

b3a67c941d
15bf457945
fd83f00672
2f252caa49
3d988ba593
fdc3ed377a
5dfb0195ea
9dfff33b06
e6fda07feb
fff6d9d49d
bb604c9815
aa65a3f6a2

Reviewed By: zpao

fbshipit-source-id: 1006814e43f6ee3d3ba022564fc95fe098153adc
2023-10-05 18:51:28 -07:00
Open Source Bot
07a26e1240 Updating submodules
Summary:
GitHub commits:

8c9a75c722
7d4e805827
bd351502b6
3a1431d77d
0e56765bec
2dfa267f7f
6b1e7de93c
0de536f84e
d307673b41
afdaf5084c

Reviewed By: zpao

fbshipit-source-id: c6a8b46247d6c674ca278e3888be33918bfbb9c0
2023-10-05 17:09:49 -07:00
Open Source Bot
5f6351a766 Updating submodules
Summary:
GitHub commits:

6a246dd736
275a7e65f5
7511a7fba2
ea7bccbf2f
37113b056e
0ea72cb9fe

Reviewed By: zpao

fbshipit-source-id: 1f4007cebd27ebdbd0dfe99e27592477598bfd9c
2023-10-05 14:05:18 -07:00
Open Source Bot
bca3c4e066 Updating submodules
Summary:
GitHub commits:

170abaa92e
fbdf7dfb6c
0c2e35db75
2b046829b2

Reviewed By: zpao

fbshipit-source-id: 64f2546756db802ed6e10d527b2e533ada261142
2023-10-05 01:31:55 -07:00
Open Source Bot
4c30caeaef Updating submodules
Summary:
GitHub commits:

1829b66e24
305301384d
8ede242a58
413a20c6a8
8e949116f7
c4936c125c
ea18a680b9

Reviewed By: zpao

fbshipit-source-id: 00a3176282bba2b518121e10e74c912c854269dc
2023-10-04 17:01:53 -07:00
Open Source Bot
ce2abd4616 Updating submodules
Summary:
GitHub commits:

11984b1b40
67b9fb20fb
ad31e68486
2b6dfffd0e

Reviewed By: zpao

fbshipit-source-id: 770ad291e965712203628ec4be4faf396f58c3cf
2023-10-04 13:05:30 -07:00
Open Source Bot
2e55634646 Updating submodules
Summary:
GitHub commits:

d87b8f249b
f6bf0eeb6e
d75faffc51

Reviewed By: zpao

fbshipit-source-id: a5d5d0c2fadbac2d376975d919cf69d96ceda51e
2023-10-04 11:57:28 -07:00
Open Source Bot
b8d51e660e Updating submodules
Summary:
GitHub commits:

7790b33936
8d268a2ed4
de9e5729e2

Reviewed By: zpao

fbshipit-source-id: 99e1b9adbada595e1a16cb69b158d9f86367d5e8
2023-10-04 01:16:02 -07:00
Open Source Bot
d1b257cf50 Updating submodules
Summary:
GitHub commits:

ed8ef26d47
1c2cb9d27b
a528fffe23
4026a6b2a1
b55002a311

Reviewed By: zpao

fbshipit-source-id: a3b6dccd6a9c832a08d84242a8a3966e0fe80acd
2023-10-03 22:59:21 -07:00
Open Source Bot
e8fb75f7d5 Updating submodules
Summary:
GitHub commits:

311e326ec3
5639861ff9
06e8bc10c7

Reviewed By: zpao

fbshipit-source-id: 2b8e4c19aeb28d0b523d7c7da9f4dd4552eb5f5b
2023-10-03 19:32:42 -07:00
Open Source Bot
d78dea6466 Updating submodules
Summary:
GitHub commits:

c4306fde3e
2d301c8e7f
40b618f234
6844f13da7
af0d9618d7
6fa43cd360
181762aa3b

Reviewed By: zpao

fbshipit-source-id: 408a38a2440daa95cb4845efdbd382ef5833703b
2023-10-03 16:47:01 -07:00
Open Source Bot
eb0be1a156 Updating submodules
Summary:
GitHub commits:

72f3014baa
68f12569f4
260fe10714
37797670d1
ef025990f9

Reviewed By: zpao

fbshipit-source-id: 61f58b50d71f42981c7701f4e1f36ca06ea7674f
2023-10-03 14:50:49 -07:00
Open Source Bot
a1969d2ac6 Updating submodules
Summary:
GitHub commits:

460fc81b51
89f7da894d
978f82dd75

Reviewed By: zpao

fbshipit-source-id: f5449fc880e58b0512ae1810029c7d462bc10fab
2023-10-02 22:56:08 -07:00
Open Source Bot
58c25bf45c Updating submodules
Summary:
GitHub commits:

01c7ded6e8
1c16cb2aca
97f6f475bc
3b70b0f419

Reviewed By: zpao

fbshipit-source-id: efdd72c28fb25b0b02c561325f7ade31c9a3e0dc
2023-10-02 19:34:49 -07:00
Open Source Bot
ab93fa205e Updating submodules
Summary:
GitHub commits:

465eef597a
7bebd3036d
f49afe2833

Reviewed By: zpao

fbshipit-source-id: 1e96a66679ef07da2d8048927d3a4b048fd18c08
2023-10-02 17:31:50 -07:00
Open Source Bot
9d42812c48 Updating submodules
Summary:
GitHub commits:

adce3c4920
582f952f17
7575b69554
eb1636f3c1
c4076ac4fb
93e1ebd224
f43ccfbecc
f4aaeec19e
7306ec915d
8f7d35fd64

Reviewed By: zpao

fbshipit-source-id: ead9c52c0acb336794d0da2a9600c5e29703d03f
2023-10-02 16:14:49 -07:00
Open Source Bot
4b889537e1 Updating submodules
Summary:
GitHub commits:

7e1c9d0b82
8e8c2ae73b
ccac35c4f2
e2ffe82a64

Reviewed By: zpao

fbshipit-source-id: 7925d13944922e0024734afefe670e92ab05be07
2023-10-02 13:20:41 -07:00
Open Source Bot
a46b7aa581 Updating submodules
Summary:
GitHub commits:

08f8e4243e
5e07a684c3

Reviewed By: zpao

fbshipit-source-id: f4fe940ca2f36ea2b9eb5c701ae30d693688ca07
2023-10-02 07:42:01 -07:00
Open Source Bot
bc7db54a9d Updating submodules
Summary:
GitHub commits:

92a4d6072e

Reviewed By: zpao

fbshipit-source-id: 93db8da6cc6d801185d062f2135cd294af8d0cc8
2023-10-02 04:19:46 -07:00
Open Source Bot
2e6345d344 Updating submodules
Summary:
GitHub commits:

8b0a460d01
42d2aacfe7
6d282631f1
13c5a179e3
2e203db67a

Reviewed By: zpao

fbshipit-source-id: 115bc4d6a43aa62fb5b5c6e3986b413335d15668
2023-10-01 22:13:49 -07:00
Open Source Bot
55ea869ff4 Updating submodules
Summary:
GitHub commits:

84a5934aab

Reviewed By: zpao

fbshipit-source-id: 3180be6d25b12bea0c3a9e5316f2c91dce998415
2023-10-01 00:37:58 -07:00
Open Source Bot
0a29c0dcfd Updating submodules
Summary:
GitHub commits:

0d89a42778
a86e800b89

Reviewed By: zpao

fbshipit-source-id: b0e7c9e7fa4488bcd67721e721db10d65b89d995
2023-09-30 10:13:57 -07:00
Open Source Bot
9fb8e40e76 Updating submodules
Summary:
GitHub commits:

d8bef8b2e0

Reviewed By: zpao

fbshipit-source-id: 007fef2fd9ea3522e40c8d256d38eba6620dd010
2023-09-30 06:59:46 -07:00
Open Source Bot
2ab9856d94 Updating submodules
Summary:
GitHub commits:

70a228c60f
913cea320a
ddb03f787f
aa93fe93ec
bb40415cd0
d98a9cfb27
0bfbaca9ca
8d86846495
8c9d8a22ed
57fd40dcd3
ad19f9978f

Reviewed By: zpao

fbshipit-source-id: dbd926ede7916a9d7a1bbdd4a8f83b0a5d861a78
2023-09-29 18:50:30 -07:00
Open Source Bot
9b60993e27 Updating submodules
Summary:
GitHub commits:

d13a20809b
f7dc2e6549
dd0ded14cc
e230e7f656
3c4cc6c2cc
ec3252ca09
143fe66751
08b451c871
39914eff04
288e9553c6

Reviewed By: zpao

fbshipit-source-id: 4ade465eb64790b2752701c01a9aa44a3d98e574
2023-09-29 16:41:51 -07:00
Open Source Bot
e949552669 Updating submodules
Summary:
GitHub commits:

94a484d159
b1db9910a5

Reviewed By: zpao

fbshipit-source-id: 2c78d39e84075757888e21b1ec050993e9c20c94
2023-09-29 06:41:16 -07:00
Open Source Bot
337fa9f5bc Updating submodules
Summary:
GitHub commits:

fbf68e3e3e
db8b704fd9
8463e88a51

Reviewed By: zpao

fbshipit-source-id: 464b6cce5bc12583a781fcf054f7f4e69d76bb87
2023-09-29 04:36:10 -07:00
Open Source Bot
7347c0b89c Updating submodules
Summary:
GitHub commits:

bc24441b03
4f4c8cfd70
cd65240c42
9a6e4737c9
922b1e9f2e
2d15c32586
4b62ffdb65

Reviewed By: zpao

fbshipit-source-id: ef0fb1c5b74dca8047c8dc699c7a25632e012799
2023-09-29 01:39:59 -07:00
Open Source Bot
b2ba8d724c Updating submodules
Summary:
GitHub commits:

4160d1e20e
b41283f442
9456fa23d6
e8c29815f1
61b76bbe87
a76f936f01
bd151a2c14
32c969f988

Reviewed By: bigfootjon

fbshipit-source-id: 03c4f9e951148cf65e5ec768e70ff7f166204b6a
2023-09-28 20:29:27 -07:00
Open Source Bot
a418088d7c Updating submodules
Summary:
GitHub commits:

af1b859932
62730bacf6
883066d4bc

Reviewed By: bigfootjon

fbshipit-source-id: cdb372cf0cf4c8a6f878460d53c85e0d71e63431
2023-09-28 15:10:12 -07:00
Open Source Bot
c8642a6409 Updating submodules
Summary:
GitHub commits:

dd52487a64
d8c9c0bf7b
ee1cedd3d9
bc8fd419e4
7f1f0f8fb6

Reviewed By: bigfootjon

fbshipit-source-id: aff972de89855ce801c5d0f1b0b67fa797a00f4c
2023-09-28 14:02:57 -07:00
Open Source Bot
70513778ad Updating submodules
Summary:
GitHub commits:

b866dcff3f
2b4cabdee8
eb10493849
7c9e21d5b7

Reviewed By: bigfootjon

fbshipit-source-id: d4e8b3d332d82a9ffbfadf9e1fa91a58648a5cf4
2023-09-28 12:51:33 -07:00
Open Source Bot
3dae4bcb9b Updating submodules
Summary:
GitHub commits:

7df5ea8891
be7b234f87
1f2d8193c1
96285370d9

Reviewed By: bigfootjon

fbshipit-source-id: d51ebbf407e6a4cd1c9d45d140756a89fdf9f85b
2023-09-28 03:24:38 -07:00
Open Source Bot
5e82da41a9 Updating submodules
Summary:
GitHub commits:

5497d38be9
99fbb264e7
ed6dab92e4
303fe4d6b0

Reviewed By: bigfootjon

fbshipit-source-id: 76d48c997bfa5b4dfe0c02a01b9f71c1e44c6505
2023-09-27 18:52:47 -07:00
Open Source Bot
5edf419f36 Updating submodules
Summary:
GitHub commits:

7929c38989
4df86b0b1f

Reviewed By: bigfootjon

fbshipit-source-id: 6b5a1f0dc52344dc5796ced5fd7d498e9ff1a530
2023-09-27 17:57:18 -07:00
Open Source Bot
8e939b01c0 Updating submodules
Summary:
GitHub commits:

35a0250293
77a3297e50
215d05b81b
7fcb7f4354

Reviewed By: bigfootjon

fbshipit-source-id: 99d2d6796eae136a1bf2383d14ade293fc57e243
2023-09-27 14:00:55 -07:00
Open Source Bot
720f0deab8 Updating submodules
Summary:
GitHub commits:

03ac976138

Reviewed By: bigfootjon

fbshipit-source-id: 491d2362c3e1cce3a5cf5810cebae944b9e3d20a
2023-09-27 03:29:58 -07:00
Open Source Bot
fb876df1ef Updating submodules
Summary:
GitHub commits:

cb19e0b4c4
25bde289dc
41cbf4cf3c
25cadf3e3f
93bfbe98a7

Reviewed By: bigfootjon

fbshipit-source-id: 1bae6d1eb49b271cfc508bf982e9ea5b1faa772d
2023-09-26 16:44:24 -07:00
Open Source Bot
3afc9250b9 Updating submodules
Summary:
GitHub commits:

e6dee5de26
fa4121777c
ee2dce548b
782e8a52cb
12b1d9201b
62435de6a0
aa0cf1919c
012a4ed6ad
4d92b618c3
13e49f7149
964943c7f5

Reviewed By: bigfootjon

fbshipit-source-id: cd765a39cac77d5e3545c3857a03b1e51216da7c
2023-09-26 13:06:36 -07:00
Open Source Bot
0370f6a85d Updating submodules
Summary:
GitHub commits:

77aa51f0f3
16048f21b6
cbe039dedf
c3f2f551c7
aafc329eb3
6d2d00a361
22c199870c
719f5511f6
038a86f637
79831e406c
3b4f7edda7
1d2bde69e9
c65cbc0a74
2b62e50caf
c1c14e24f4
1c07ec3808

Reviewed By: bigfootjon

fbshipit-source-id: d8d88e44f65f0fd419fce111fce48f24f81af62c
2023-09-26 12:13:22 -07:00
Manikandan Somasundaram
92aaec8821 Remove libmnl dependency for fboss
Summary:
X-link: https://github.com/facebookincubator/velox/pull/6685

libmnl-static has not been used for fboss in centos8. It is not
available in centos9. fboss builds fine without limnl dependency

Reviewed By: srikrishnagopu

Differential Revision:
D49380161

Privacy Context Container: L1125642

fbshipit-source-id: e1382a9d04c0fc962b4083c4aa7edba6bc1e02ae
2023-09-26 11:09:19 -07:00
Open Source Bot
f908c79602 Updating submodules
Summary:
GitHub commits:

496db27cd7
a384a2a594

Reviewed By: bigfootjon

fbshipit-source-id: 3fd6a05f060213e22c7425adf9d3e4e373479652
2023-09-26 10:28:10 -07:00
Open Source Bot
dae44478b1 Updating submodules
Summary:
GitHub commits:

06b9dca73c
f45afb9aea
3f0b3a6ada
de7c831c50

Reviewed By: bigfootjon

fbshipit-source-id: 7fd404b3621c8cb0c8cd996d89bc9b649dc8f69a
2023-09-26 01:59:59 -07:00
Open Source Bot
85dab94b5a Updating submodules
Summary:
GitHub commits:

7293c3404d
d79142a8f1
58d47266a1

Reviewed By: bigfootjon

fbshipit-source-id: 2f7c4262a5ddde6befc5f6dda55ee99b8130f50e
2023-09-26 01:05:58 -07:00
Open Source Bot
5dd8a7b26a Updating submodules
Summary:
GitHub commits:

0e0c66b1b3
09ae110f7c
3d33c4cae3
35b63b120a
25847a6251
b2d1e94e1a
ff09e42287
e53f40752f
14a77f5ade
5f3101939d
be9b511730

Reviewed By: bigfootjon

fbshipit-source-id: fc1bd7446ecf8f0c930b00506c515b41ca970cbd
2023-09-25 15:51:00 -07:00
Open Source Bot
b4ce8881d4 Updating submodules
Summary:
GitHub commits:

c5db865cc6
30eeb3dbb8
6bd301a646
eca35f8b8c
18fad4e74d
ed614992f8
8efd8a6e7c
711f657a58
29d8d3dfb3
5539dfc937
ba34cf9deb
b1772ed1ad

Reviewed By: bigfootjon

fbshipit-source-id: d0b47242731589ca6dcecdbf1c03d56537adb40e
2023-09-25 14:54:10 -07:00
Muir Manders
d22d2920d7 rename edenscm to sapling
Summary:
X-link: https://github.com/facebookincubator/velox/pull/6734

This is phase 1 of "sapling" rename. Later we will move out of the "eden" directory.

These were the high level steps I took:
1. "hg mv edenscm sapling" + "hg mv edenscmnative saplingnative"
2. s/edenscm/sapling/g
3. s/EdenSCM/Sapling/g
4. Update autocargo config
5. Update mercurialshim.py to support "edenscm" as legacy module (this is the critical part that keeps backwards compat w/ extensions and hooks that import from "edenscm")

Reviewed By: sggutier

Differential Revision: D49326692

fbshipit-source-id: 843db9ece03c7b80c666ff805bd855211614ac62
2023-09-25 13:58:05 -07:00
Open Source Bot
844e7db8e0 Updating submodules
Summary:
GitHub commits:

cd83e626bb
90c149f7e5
85de33b873
2460dc6a81

Reviewed By: bigfootjon

fbshipit-source-id: 920fb8986b306f7a6b774734649bdcd92e47b919
2023-09-25 13:05:49 -07:00
Open Source Bot
4534ade962 Updating submodules
Summary:
GitHub commits:

c4c429b6d3
269b18aa44
c7275cebd7
ac024e19b3
8f70f1697e
ad848d6750
1b1a081273
ac553a9b22
c48b8b69f8
43f26cb055
14396e489d
aa6dbca6c3
3cf9d5f0d3
fed7ad61aa

Reviewed By: bigfootjon

fbshipit-source-id: 2aa92f90ed12ba7325867f3ae4fec46c3471d510
2023-09-25 12:13:10 -07:00
Open Source Bot
36db21ce5e Updating submodules
Summary:
GitHub commits:

f955966efb
ede5292ff0
e404ea5d69
3337961355
3cbabc2265
11a1646bd5
dd6b48261d
fe8ca8263f
aa5588c911
1c871a4d86
a994fd22a1
fbe9d41a6e
fcdc2f1086
8e985600c9
32da0bcc01
884f834127
711a46b694
15d0a410f0
eb4d90873d
7f4d60a171
ff78a93db2
1692617299
3647f5a377
5e23653cb8
e26130d97c

Reviewed By: bigfootjon

fbshipit-source-id: ced6939230599de52fa0e49e7532a7d9d8b1e369
2023-09-25 10:57:52 -07:00
Srikrishna Gopu
dca683c51f move oss to sai 1.13.0
Summary: As titled, move oss to sai 1.13.0

Reviewed By: jasmeetbagga

Differential Revision: D49491073

fbshipit-source-id: 61a1c2840d4e154be1342b8d4b14016ede53fc93
2023-09-21 11:18:40 -07:00
Open Source Bot
7250894d2f Updating submodules
Summary:
GitHub commits:

15363c2c11
e98f675f04

Reviewed By: jailby

fbshipit-source-id: d9fa9584d8da2495542d465d5963bfe21a10af20
2023-09-16 17:50:23 -07:00
Open Source Bot
9209904d1c Updating submodules
Summary:
GitHub commits:

f19dcc844c

Reviewed By: jailby

fbshipit-source-id: 03d7a05e85af306d8c7b6b6fbe670c0e2cc949cd
2023-09-16 10:55:14 -07:00