|
20 | 20 | - uses: actions/checkout@v4 |
21 | 21 | - id: paths |
22 | 22 | name: Query paths |
23 | | - run: python3 build/fbcode_builder/getdeps.py query-paths --recursive --src-dir=. cinderx-3.12mp >> "$GITHUB_OUTPUT" |
| 23 | + run: python3 build/fbcode_builder/getdeps.py query-paths --recursive --src-dir=. cinderx-3_12mp >> "$GITHUB_OUTPUT" |
24 | 24 | - name: Fetch ninja |
25 | 25 | if: ${{ steps.paths.outputs.ninja_SOURCE }} |
26 | 26 | run: python3 build/fbcode_builder/getdeps.py fetch --no-tests ninja |
|
39 | 39 | - name: Fetch libtool |
40 | 40 | if: ${{ steps.paths.outputs.libtool_SOURCE }} |
41 | 41 | run: python3 build/fbcode_builder/getdeps.py fetch --no-tests libtool |
42 | | - - name: Fetch meta-python-3.12 |
43 | | - if: ${{ steps.paths.outputs.meta-python-3.12_SOURCE }} |
44 | | - run: python3 build/fbcode_builder/getdeps.py fetch --no-tests meta-python-3.12 |
| 42 | + - name: Fetch meta-python-3_12 |
| 43 | + if: ${{ steps.paths.outputs.meta-python-3_12_SOURCE }} |
| 44 | + run: python3 build/fbcode_builder/getdeps.py fetch --no-tests meta-python-3_12 |
45 | 45 | - name: Restore ninja from cache |
46 | 46 | id: restore_ninja |
47 | 47 | if: ${{ steps.paths.outputs.ninja_SOURCE }} |
@@ -138,29 +138,29 @@ jobs: |
138 | 138 | with: |
139 | 139 | path: ${{ steps.paths.outputs.libtool_INSTALL }} |
140 | 140 | key: ${{ steps.paths.outputs.libtool_CACHE_KEY }}-install |
141 | | - - name: Restore meta-python-3.12 from cache |
142 | | - id: restore_meta-python-3.12 |
143 | | - if: ${{ steps.paths.outputs.meta-python-3.12_SOURCE }} |
| 141 | + - name: Restore meta-python-3_12 from cache |
| 142 | + id: restore_meta-python-3_12 |
| 143 | + if: ${{ steps.paths.outputs.meta-python-3_12_SOURCE }} |
144 | 144 | uses: actions/cache/restore@v4 |
145 | 145 | with: |
146 | | - path: ${{ steps.paths.outputs.meta-python-3.12_INSTALL }} |
147 | | - key: ${{ steps.paths.outputs.meta-python-3.12_CACHE_KEY }}-install |
148 | | - - name: Build meta-python-3.12 |
149 | | - if: ${{ steps.paths.outputs.meta-python-3.12_SOURCE && ! steps.restore_meta-python-3.12.outputs.cache-hit }} |
150 | | - run: python3 build/fbcode_builder/getdeps.py build --no-tests meta-python-3.12 |
151 | | - - name: Save meta-python-3.12 to cache |
| 146 | + path: ${{ steps.paths.outputs.meta-python-3_12_INSTALL }} |
| 147 | + key: ${{ steps.paths.outputs.meta-python-3_12_CACHE_KEY }}-install |
| 148 | + - name: Build meta-python-3_12 |
| 149 | + if: ${{ steps.paths.outputs.meta-python-3_12_SOURCE && ! steps.restore_meta-python-3_12.outputs.cache-hit }} |
| 150 | + run: python3 build/fbcode_builder/getdeps.py build --no-tests meta-python-3_12 |
| 151 | + - name: Save meta-python-3_12 to cache |
152 | 152 | uses: actions/cache/save@v4 |
153 | | - if: ${{ steps.paths.outputs.meta-python-3.12_SOURCE && ! steps.restore_meta-python-3.12.outputs.cache-hit }} |
| 153 | + if: ${{ steps.paths.outputs.meta-python-3_12_SOURCE && ! steps.restore_meta-python-3_12.outputs.cache-hit }} |
154 | 154 | with: |
155 | | - path: ${{ steps.paths.outputs.meta-python-3.12_INSTALL }} |
156 | | - key: ${{ steps.paths.outputs.meta-python-3.12_CACHE_KEY }}-install |
157 | | - - name: Build cinderx-3.12mp |
158 | | - run: python3 build/fbcode_builder/getdeps.py build --src-dir=. cinderx-3.12mp --project-install-prefix cinderx-3.12mp:/usr/local |
| 155 | + path: ${{ steps.paths.outputs.meta-python-3_12_INSTALL }} |
| 156 | + key: ${{ steps.paths.outputs.meta-python-3_12_CACHE_KEY }}-install |
| 157 | + - name: Build cinderx-3_12mp |
| 158 | + run: python3 build/fbcode_builder/getdeps.py build --src-dir=. cinderx-3_12mp --project-install-prefix cinderx-3_12mp:/usr/local |
159 | 159 | - name: Copy artifacts |
160 | | - run: python3 build/fbcode_builder/getdeps.py fixup-dyn-deps --strip --src-dir=. cinderx-3.12mp _artifacts/linux --project-install-prefix cinderx-3.12mp:/usr/local --final-install-prefix /usr/local |
| 160 | + run: python3 build/fbcode_builder/getdeps.py fixup-dyn-deps --strip --src-dir=. cinderx-3_12mp _artifacts/linux --project-install-prefix cinderx-3_12mp:/usr/local --final-install-prefix /usr/local |
161 | 161 | - uses: actions/upload-artifact@v4 |
162 | 162 | with: |
163 | | - name: cinderx-3.12mp |
| 163 | + name: cinderx-3_12mp |
164 | 164 | path: _artifacts |
165 | | - - name: Test cinderx-3.12mp |
166 | | - run: python3 build/fbcode_builder/getdeps.py test --src-dir=. cinderx-3.12mp --project-install-prefix cinderx-3.12mp:/usr/local |
| 165 | + - name: Test cinderx-3_12mp |
| 166 | + run: python3 build/fbcode_builder/getdeps.py test --src-dir=. cinderx-3_12mp --project-install-prefix cinderx-3_12mp:/usr/local |
0 commit comments