30
30
run : python3 build/fbcode_builder/getdeps.py fetch --no-tests boost
31
31
- name : Fetch double-conversion
32
32
run : python3 build/fbcode_builder/getdeps.py fetch --no-tests double-conversion
33
+ - name : Fetch fast_float
34
+ run : python3 build/fbcode_builder/getdeps.py fetch --no-tests fast_float
33
35
- name : Fetch fmt
34
36
run : python3 build/fbcode_builder/getdeps.py fetch --no-tests fmt
35
37
- name : Fetch gflags
46
48
run : python3 build/fbcode_builder/getdeps.py fetch --no-tests lz4
47
49
- name : Fetch snappy
48
50
run : python3 build/fbcode_builder/getdeps.py fetch --no-tests snappy
51
+ - name : Fetch openssl
52
+ run : python3 build/fbcode_builder/getdeps.py fetch --no-tests openssl
53
+ - name : Fetch liboqs
54
+ run : python3 build/fbcode_builder/getdeps.py fetch --no-tests liboqs
49
55
- name : Fetch autoconf
50
56
run : python3 build/fbcode_builder/getdeps.py fetch --no-tests autoconf
51
57
- name : Fetch automake
82
88
run : python3 build/fbcode_builder/getdeps.py build --no-tests boost
83
89
- name : Build double-conversion
84
90
run : python3 build/fbcode_builder/getdeps.py build --no-tests double-conversion
91
+ - name : Build fast_float
92
+ run : python3 build/fbcode_builder/getdeps.py build --no-tests fast_float
85
93
- name : Build fmt
86
94
run : python3 build/fbcode_builder/getdeps.py build --no-tests fmt
87
95
- name : Build gflags
@@ -98,6 +106,10 @@ jobs:
98
106
run : python3 build/fbcode_builder/getdeps.py build --no-tests lz4
99
107
- name : Build snappy
100
108
run : python3 build/fbcode_builder/getdeps.py build --no-tests snappy
109
+ - name : Build openssl
110
+ run : python3 build/fbcode_builder/getdeps.py build --no-tests openssl
111
+ - name : Build liboqs
112
+ run : python3 build/fbcode_builder/getdeps.py build --no-tests liboqs
101
113
- name : Build autoconf
102
114
run : python3 build/fbcode_builder/getdeps.py build --no-tests autoconf
103
115
- name : Build automake
@@ -126,7 +138,7 @@ jobs:
126
138
run : python3 build/fbcode_builder/getdeps.py build --src-dir=. proxygen --project-install-prefix proxygen:/usr/local
127
139
- name : Copy artifacts
128
140
run : python3 build/fbcode_builder/getdeps.py fixup-dyn-deps --strip --src-dir=. proxygen _artifacts/linux --project-install-prefix proxygen:/usr/local --final-install-prefix /usr/local
129
- - uses : actions/upload-artifact@v2
141
+ - uses : actions/upload-artifact@v4
130
142
with :
131
143
name : proxygen
132
144
path : _artifacts
0 commit comments