Skip to content

Commit 16affda

Browse files
KevinYakarfacebook-github-bot
authored andcommitted
Add gcc12.2 as an FBOSS dependency for getdeps.py
Summary: We want getdeps to be able to use gcc12 without having to build it from source. This adds it as a manifest file and depndency of the fboss project, instructing getdeps.py to fetch the rpm and then point to the path containing gcc12.2. Reviewed By: huruinan Differential Revision: D81594108 fbshipit-source-id: 7406524beb5a1fa8d2f452712f13cce77b30fa35
1 parent 9a919f3 commit 16affda

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

build/fbcode_builder/manifests/fboss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ libgpiod
4242
systemd
4343
range-v3
4444
tabulate
45+
gcc12
4546

4647
[shipit.pathmap]
4748
fbcode/fboss/github = .

build/fbcode_builder/manifests/gcc12

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[manifest]
2+
name = gcc12
3+
4+
[rpms.all(distro=centos_stream,distro_vers=9)]
5+
gcc-toolset-12

0 commit comments

Comments
 (0)