mirror of
https://github.com/usatiuk/ficus.git
synced 2025-10-29 08:37:51 +01:00
do not strip s2 toolchain
This commit is contained in:
5
.github/workflows/ficus.yml
vendored
5
.github/workflows/ficus.yml
vendored
@@ -101,11 +101,6 @@ jobs:
|
|||||||
name: Build ficus toolchain s2
|
name: Build ficus toolchain s2
|
||||||
run: source ${{github.workspace}}/env.sh && ${{github.workspace}}/ficus-toolchain/build-all.sh s2only
|
run: source ${{github.workspace}}/env.sh && ${{github.workspace}}/ficus-toolchain/build-all.sh s2only
|
||||||
|
|
||||||
- if: ${{ steps.cache-toolchain-s2.outputs.cache-hit != 'true' }}
|
|
||||||
name: Strip toolchain
|
|
||||||
continue-on-error: true
|
|
||||||
run: find toolchain -type f | xargs strip
|
|
||||||
|
|
||||||
- name: Save s2 toolchain
|
- name: Save s2 toolchain
|
||||||
id: cache-toolchain-s2-save
|
id: cache-toolchain-s2-save
|
||||||
uses: actions/cache/save@v4
|
uses: actions/cache/save@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user