mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-27 14:59:29 +01:00
chore: Workaround adjustments
This commit is contained in:
parent
13365488b4
commit
7c9e2bfe3c
@ -302,10 +302,13 @@ build_linux_arm64:
|
||||
stage: build
|
||||
before_script:
|
||||
# Workaround from https://github.com/flutter/flutter/issues/116703#issuecomment-1403956612
|
||||
- mkdir test
|
||||
- cd test
|
||||
- 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 /home/famedly/flutter/bin/cache/artifacts/engine/linux-arm64
|
||||
- rm -rf flutter flutter_linux_${FLUTTER_VERSION}-stable.tar.xz
|
||||
- cd ..
|
||||
script: [ ./scripts/build-linux.sh ]
|
||||
tags: [ docker_arm64 ]
|
||||
only:
|
||||
|
Loading…
Reference in New Issue
Block a user