Mac build fails #124
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi,
When building the mac client it fails at "send file to rdgen server"with this error:
Run curl -i -X POST
curl -i -X POST
-H "Content-Type: multipart/form-data"
-H "Authorization: Bearer "
-F "file=@$GITHUB_WORKSPACE/amvs-aarch64.dmg"
-F "uuid=d1b16b68-2d56-46d1-a49b-f35511216d16"
" ***/save_custom_client"
shell: /bin/bash --noprofile --norc -e -o pipefail {0}
env:
SCITER_RUST_VERSION: 1.75
RUST_VERSION: 1.75
MAC_RUST_VERSION: 1.81
CARGO_NDK_VERSION: 3.1.2
SCITER_ARMV7_CMAKE_VERSION: 3.29.7
SCITER_NASM_DEBVERSION: 2.14-1
LLVM_VERSION: 15.0.6
FLUTTER_VERSION: 3.24.5
ANDROID_FLUTTER_VERSION: 3.24.5
FLUTTER_RUST_BRIDGE_VERSION: 1.80.1
FLUTTER_ELINUX_VERSION: 3.16.9
TAG_NAME:
VCPKG_BINARY_SOURCES: clear;x-gha,readwrite
VCPKG_COMMIT_ID: 6f29f12e82a8293156836ad81cc9bf5af41fe836
VERSION: 1.4.1
NDK_VERSION: r27c
ANDROID_SIGNING_KEY:
MACOS_P12_BASE64:
UPLOAD_ARTIFACT: true
SIGN_BASE_URL:
STATUS_URL: ***/updategh
ACTIONS_CACHE_URL: https://artifactcache.actions.githubusercontent.com/0tqduhffPTTpynVUsPEYo2mOKoqm2E42RoRD2MkETjKJRAg1ez/
ACTIONS_RUNTIME_TOKEN: ***
FLUTTER_ROOT: /Users/runner/hostedtoolcache/flutter/stable-3.24.5-arm64
PUB_CACHE: /Users/runner/.pub-cache
CARGO_HOME: /Users/runner/.cargo
CARGO_INCREMENTAL: 0
CARGO_TERM_COLOR: always
CACHE_ON_FAILURE: false
VCPKG_DEFAULT_BINARY_CACHE: /Users/runner/work/rdgen/rdgen/969f6665-88a2-4c98-938e-ca9259871fec/vcpkg_cache
VCPKG_FORCE_SYSTEM_BINARIES: 1
RUNVCPKG_VCPKG_ROOT: /Users/runner/work/rdgen/rdgen/vcpkg
VCPKG_ROOT: /Users/runner/work/rdgen/rdgen/vcpkg
curl: (3) URL rejected: Malformed input to a URL function
Error: Process completed with exit code 3.
0s
Windows client builds OK