chore: Remove workaround for linux arm

This commit is contained in:
Krille 2023-03-19 09:06:49 +01:00
parent 0222e6ecd5
commit 02f564f7ed
No known key found for this signature in database
1 changed files with 0 additions and 6 deletions

View File

@ -300,12 +300,6 @@ build_linux_x86:
build_linux_arm64:
stage: build
before_script:
# Workaround from https://github.com/flutter/flutter/issues/116703#issuecomment-1403956612
- curl -O https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_${FLUTTER_VERSION}-stable.tar.xz
- tar -xvf flutter_linux_${FLUTTER_VERSION}-stable.tar.xz flutter/bin/cache/artifacts/engine/linux-x64/shader_lib
- cp -R flutter/bin/cache/artifacts/engine/linux-x64/shader_lib ${FLUTTER_HOME}/bin/cache/artifacts/engine/linux-arm64
- rm -rf flutter flutter_linux_${FLUTTER_VERSION}-stable.tar.xz
script: [ ./scripts/build-linux.sh ]
tags: [ docker_arm64 ]
only: