do not strip s2 toolchain

This commit is contained in:
2024-07-15 08:32:19 +02:00
parent 78db65b84a
commit 04b14863e5

View File

@@ -101,11 +101,6 @@ jobs:
name: Build ficus toolchain s2
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
id: cache-toolchain-s2-save
uses: actions/cache/save@v4