@@ -51,22 +51,20 @@ jobs:
51
51
run : python3 build/fbcode_builder/getdeps.py fetch --no-tests automake
52
52
- name : Fetch libtool
53
53
run : python3 build/fbcode_builder/getdeps.py fetch --no-tests libtool
54
- - name : Fetch bison
55
- run : python3 build/fbcode_builder/getdeps.py fetch --no-tests bison
56
54
- name : Fetch libsodium
57
55
run : python3 build/fbcode_builder/getdeps.py fetch --no-tests libsodium
58
- - name : Fetch xz
59
- run : python3 build/fbcode_builder/getdeps.py fetch --no-tests xz
60
- - name : Fetch folly
61
- run : python3 build/fbcode_builder/getdeps.py fetch --no-tests folly
62
- - name : Fetch fizz
63
- run : python3 build/fbcode_builder/getdeps.py fetch --no-tests fizz
64
56
- name : Fetch libffi
65
57
run : python3 build/fbcode_builder/getdeps.py fetch --no-tests libffi
66
58
- name : Fetch ncurses
67
59
run : python3 build/fbcode_builder/getdeps.py fetch --no-tests ncurses
68
60
- name : Fetch python
69
61
run : python3 build/fbcode_builder/getdeps.py fetch --no-tests python
62
+ - name : Fetch xz
63
+ run : python3 build/fbcode_builder/getdeps.py fetch --no-tests xz
64
+ - name : Fetch folly
65
+ run : python3 build/fbcode_builder/getdeps.py fetch --no-tests folly
66
+ - name : Fetch fizz
67
+ run : python3 build/fbcode_builder/getdeps.py fetch --no-tests fizz
70
68
- name : Fetch wangle
71
69
run : python3 build/fbcode_builder/getdeps.py fetch --no-tests wangle
72
70
- name : Build ninja
@@ -105,26 +103,24 @@ jobs:
105
103
run : python3 build/fbcode_builder/getdeps.py build --no-tests automake
106
104
- name : Build libtool
107
105
run : python3 build/fbcode_builder/getdeps.py build --no-tests libtool
108
- - name : Build bison
109
- run : python3 build/fbcode_builder/getdeps.py build --no-tests bison
110
106
- name : Build libsodium
111
107
run : python3 build/fbcode_builder/getdeps.py build --no-tests libsodium
112
- - name : Build xz
113
- run : python3 build/fbcode_builder/getdeps.py build --no-tests xz
114
- - name : Build folly
115
- run : python3 build/fbcode_builder/getdeps.py build --no-tests folly
116
- - name : Build fizz
117
- run : python3 build/fbcode_builder/getdeps.py build --no-tests fizz
118
108
- name : Build libffi
119
109
run : python3 build/fbcode_builder/getdeps.py build --no-tests libffi
120
110
- name : Build ncurses
121
111
run : python3 build/fbcode_builder/getdeps.py build --no-tests ncurses
122
112
- name : Build python
123
113
run : python3 build/fbcode_builder/getdeps.py build --no-tests python
114
+ - name : Build xz
115
+ run : python3 build/fbcode_builder/getdeps.py build --no-tests xz
116
+ - name : Build folly
117
+ run : python3 build/fbcode_builder/getdeps.py build --no-tests folly
118
+ - name : Build fizz
119
+ run : python3 build/fbcode_builder/getdeps.py build --no-tests fizz
124
120
- name : Build wangle
125
121
run : python3 build/fbcode_builder/getdeps.py build --no-tests wangle
126
122
- name : Build fbthrift
127
- run : python3 build/fbcode_builder/getdeps.py build --allow-system-packages -- src-dir=. fbthrift --project-install-prefix fbthrift:/usr/local
123
+ run : python3 build/fbcode_builder/getdeps.py build --src-dir=. fbthrift --project-install-prefix fbthrift:/usr/local
128
124
- name : Copy artifacts
129
125
run : python3 build/fbcode_builder/getdeps.py fixup-dyn-deps --strip --src-dir=. fbthrift _artifacts/linux --project-install-prefix fbthrift:/usr/local --final-install-prefix /usr/local
130
126
- uses : actions/upload-artifact@v2
0 commit comments