Skip to content

Commit 0261788

Browse files
authored
Update getdeps_rockylinux-9.yml
1 parent f98966a commit 0261788

File tree

1 file changed

+80
-89
lines changed

1 file changed

+80
-89
lines changed
+80-89
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file was @generated by getdeps.py
22

3-
name: centos-9
3+
name: rocky
44

55
on:
66
push:
@@ -15,175 +15,166 @@ permissions:
1515

1616
jobs:
1717
build:
18-
runs-on: ubuntu-22.04
18+
runs-on:
19+
labels: ubuntu-20.04-16core
1920
container: "rockylinux:9.0"
2021
steps:
21-
- name: "update packages"
22-
run: sudo apt-get update
23-
- name: "install sudo,git"
24-
run: sudo apt-get install -y libaio-dev
2522
- uses: actions/checkout@v4
26-
- name: Update system package info
27-
run: sudo apt-get update
28-
- name: Install system deps
29-
run: sudo python3 build/fbcode_builder/getdeps.py --allow-system-packages install-system-deps --recursive cachelib
30-
- name: Install packaging system deps
31-
run: sudo python3 build/fbcode_builder/getdeps.py --allow-system-packages install-system-deps --recursive patchelf
3223
- name: Fetch libaio
33-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages fetch --no-tests libaio
24+
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests libaio
3425
- name: Fetch ninja
35-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages fetch --no-tests ninja
26+
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests ninja
3627
- name: Fetch cmake
37-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages fetch --no-tests cmake
28+
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests cmake
3829
- name: Fetch fmt
39-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages fetch --no-tests fmt
30+
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests fmt
4031
- name: Fetch googletest
41-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages fetch --no-tests googletest
32+
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests googletest
4233
- name: Fetch xxhash
43-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages fetch --no-tests xxhash
34+
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests xxhash
4435
- name: Fetch zstd
45-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages fetch --no-tests zstd
36+
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests zstd
4637
- name: Fetch zlib
47-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages fetch --no-tests zlib
38+
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests zlib
4839
- name: Fetch boost
49-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages fetch --no-tests boost
40+
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests boost
5041
- name: Fetch double-conversion
51-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages fetch --no-tests double-conversion
42+
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests double-conversion
5243
- name: Fetch fast_float
53-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages fetch --no-tests fast_float
44+
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests fast_float
5445
- name: Fetch gflags
55-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages fetch --no-tests gflags
46+
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests gflags
5647
- name: Fetch glog
57-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages fetch --no-tests glog
48+
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests glog
5849
- name: Fetch libdwarf
59-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages fetch --no-tests libdwarf
50+
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests libdwarf
6051
- name: Fetch libevent
61-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages fetch --no-tests libevent
52+
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests libevent
6253
- name: Fetch lz4
63-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages fetch --no-tests lz4
54+
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests lz4
6455
- name: Fetch snappy
65-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages fetch --no-tests snappy
56+
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests snappy
6657
- name: Fetch sparsemap
67-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages fetch --no-tests sparsemap
58+
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests sparsemap
6859
- name: Fetch bz2
69-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages fetch --no-tests bz2
60+
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests bz2
7061
- name: Fetch openssl
71-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages fetch --no-tests openssl
62+
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests openssl
7263
- name: Fetch liboqs
73-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages fetch --no-tests liboqs
64+
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests liboqs
7465
- name: Fetch autoconf
75-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages fetch --no-tests autoconf
66+
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests autoconf
7667
- name: Fetch automake
77-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages fetch --no-tests automake
68+
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests automake
7869
- name: Fetch libtool
79-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages fetch --no-tests libtool
70+
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests libtool
8071
- name: Fetch numa
81-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages fetch --no-tests numa
72+
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests numa
8273
- name: Fetch libiberty
83-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages fetch --no-tests libiberty
74+
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests libiberty
8475
- name: Fetch libsodium
85-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages fetch --no-tests libsodium
76+
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests libsodium
8677
- name: Fetch libunwind
87-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages fetch --no-tests libunwind
78+
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests libunwind
8879
- name: Fetch xz
89-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages fetch --no-tests xz
80+
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests xz
9081
- name: Fetch folly
91-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages fetch --no-tests folly
82+
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests folly
9283
- name: Fetch fizz
93-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages fetch --no-tests fizz
84+
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests fizz
9485
- name: Fetch wangle
95-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages fetch --no-tests wangle
86+
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests wangle
9687
- name: Fetch mvfst
97-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages fetch --no-tests mvfst
88+
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests mvfst
9889
- name: Fetch libffi
99-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages fetch --no-tests libffi
90+
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests libffi
10091
- name: Fetch ncurses
101-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages fetch --no-tests ncurses
92+
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests ncurses
10293
- name: Fetch python
103-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages fetch --no-tests python
94+
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests python
10495
- name: Fetch fbthrift
105-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages fetch --no-tests fbthrift
96+
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests fbthrift
10697
- name: Build libaio
107-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages build --no-tests libaio
98+
run: python3 build/fbcode_builder/getdeps.py build --no-tests libaio
10899
- name: Build ninja
109-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages build --no-tests ninja
100+
run: python3 build/fbcode_builder/getdeps.py build --no-tests ninja
110101
- name: Build cmake
111-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages build --no-tests cmake
102+
run: python3 build/fbcode_builder/getdeps.py build --no-tests cmake
112103
- name: Build fmt
113-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages build --no-tests fmt
104+
run: python3 build/fbcode_builder/getdeps.py build --no-tests fmt
114105
- name: Build googletest
115-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages build --no-tests googletest
106+
run: python3 build/fbcode_builder/getdeps.py build --no-tests googletest
116107
- name: Build xxhash
117-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages build --no-tests xxhash
108+
run: python3 build/fbcode_builder/getdeps.py build --no-tests xxhash
118109
- name: Build zstd
119-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages build --no-tests zstd
110+
run: python3 build/fbcode_builder/getdeps.py build --no-tests zstd
120111
- name: Build zlib
121-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages build --no-tests zlib
112+
run: python3 build/fbcode_builder/getdeps.py build --no-tests zlib
122113
- name: Build boost
123-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages build --no-tests boost
114+
run: python3 build/fbcode_builder/getdeps.py build --no-tests boost
124115
- name: Build double-conversion
125-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages build --no-tests double-conversion
116+
run: python3 build/fbcode_builder/getdeps.py build --no-tests double-conversion
126117
- name: Build fast_float
127-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages build --no-tests fast_float
118+
run: python3 build/fbcode_builder/getdeps.py build --no-tests fast_float
128119
- name: Build gflags
129-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages build --no-tests gflags
120+
run: python3 build/fbcode_builder/getdeps.py build --no-tests gflags
130121
- name: Build glog
131-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages build --no-tests glog
122+
run: python3 build/fbcode_builder/getdeps.py build --no-tests glog
132123
- name: Build libdwarf
133-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages build --no-tests libdwarf
124+
run: python3 build/fbcode_builder/getdeps.py build --no-tests libdwarf
134125
- name: Build libevent
135-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages build --no-tests libevent
126+
run: python3 build/fbcode_builder/getdeps.py build --no-tests libevent
136127
- name: Build lz4
137-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages build --no-tests lz4
128+
run: python3 build/fbcode_builder/getdeps.py build --no-tests lz4
138129
- name: Build snappy
139-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages build --no-tests snappy
130+
run: python3 build/fbcode_builder/getdeps.py build --no-tests snappy
140131
- name: Build sparsemap
141-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages build --no-tests sparsemap
132+
run: python3 build/fbcode_builder/getdeps.py build --no-tests sparsemap
142133
- name: Build bz2
143-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages build --no-tests bz2
134+
run: python3 build/fbcode_builder/getdeps.py build --no-tests bz2
144135
- name: Build openssl
145-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages build --no-tests openssl
136+
run: python3 build/fbcode_builder/getdeps.py build --no-tests openssl
146137
- name: Build liboqs
147-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages build --no-tests liboqs
138+
run: python3 build/fbcode_builder/getdeps.py build --no-tests liboqs
148139
- name: Build autoconf
149-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages build --no-tests autoconf
140+
run: python3 build/fbcode_builder/getdeps.py build --no-tests autoconf
150141
- name: Build automake
151-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages build --no-tests automake
142+
run: python3 build/fbcode_builder/getdeps.py build --no-tests automake
152143
- name: Build libtool
153-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages build --no-tests libtool
144+
run: python3 build/fbcode_builder/getdeps.py build --no-tests libtool
154145
- name: Build numa
155-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages build --no-tests numa
146+
run: python3 build/fbcode_builder/getdeps.py build --no-tests numa
156147
- name: Build libiberty
157-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages build --no-tests libiberty
148+
run: python3 build/fbcode_builder/getdeps.py build --no-tests libiberty
158149
- name: Build libsodium
159-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages build --no-tests libsodium
150+
run: python3 build/fbcode_builder/getdeps.py build --no-tests libsodium
160151
- name: Build libunwind
161-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages build --no-tests libunwind
152+
run: python3 build/fbcode_builder/getdeps.py build --no-tests libunwind
162153
- name: Build xz
163-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages build --no-tests xz
154+
run: python3 build/fbcode_builder/getdeps.py build --no-tests xz
164155
- name: Build folly
165-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages build --no-tests folly
156+
run: python3 build/fbcode_builder/getdeps.py build --no-tests folly
166157
- name: Build fizz
167-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages build --no-tests fizz
158+
run: python3 build/fbcode_builder/getdeps.py build --no-tests fizz
168159
- name: Build wangle
169-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages build --no-tests wangle
160+
run: python3 build/fbcode_builder/getdeps.py build --no-tests wangle
170161
- name: Build mvfst
171-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages build --no-tests mvfst
162+
run: python3 build/fbcode_builder/getdeps.py build --no-tests mvfst
172163
- name: Build libffi
173-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages build --no-tests libffi
164+
run: python3 build/fbcode_builder/getdeps.py build --no-tests libffi
174165
- name: Build ncurses
175-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages build --no-tests ncurses
166+
run: python3 build/fbcode_builder/getdeps.py build --no-tests ncurses
176167
- name: Build python
177-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages build --no-tests python
168+
run: python3 build/fbcode_builder/getdeps.py build --no-tests python
178169
- name: Build fbthrift
179-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages build --no-tests fbthrift
170+
run: python3 build/fbcode_builder/getdeps.py build --no-tests fbthrift
180171
- name: Build cachelib
181-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages build --src-dir=. cachelib --project-install-prefix cachelib:/usr/local
172+
run: python3 build/fbcode_builder/getdeps.py build --src-dir=. cachelib --project-install-prefix cachelib:/usr/local
182173
- name: Copy artifacts
183-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages fixup-dyn-deps --strip --src-dir=. cachelib _artifacts/linux --project-install-prefix cachelib:/usr/local --final-install-prefix /usr/local
174+
run: python3 build/fbcode_builder/getdeps.py fixup-dyn-deps --strip --src-dir=. cachelib _artifacts/linux --project-install-prefix cachelib:/usr/local --final-install-prefix /usr/local
184175
- uses: actions/upload-artifact@v4
185176
with:
186177
name: cachelib
187178
path: _artifacts
188179
- name: Test cachelib
189-
run: python3 build/fbcode_builder/getdeps.py --allow-system-packages test --src-dir=. cachelib --project-install-prefix cachelib:/usr/local
180+
run: python3 build/fbcode_builder/getdeps.py test --src-dir=. cachelib --project-install-prefix cachelib:/usr/local

0 commit comments

Comments
 (0)