Skip to content

Fix CI builds: complete AmneziaVPN → FRKN rebrand in build system#1

Closed
Copilot wants to merge 4 commits into
devfrom
copilot/fix-build-for-windows-android-ios
Closed

Fix CI builds: complete AmneziaVPN → FRKN rebrand in build system#1
Copilot wants to merge 4 commits into
devfrom
copilot/fix-build-for-windows-android-ios

Conversation

Copilot AI commented Mar 27, 2026

Copy link
Copy Markdown
  • Analyze CI run https://github.com/mrfeod/frkn-app/actions/runs/23640374061
  • Fix Build-MacOS-old: Updated Xcode from 15.4.0 to 16.2.0
  • Fix Build-MacOS: Fixed signing checks in build_macos.sh
  • Fix Build-MacOS-NE: Added missing env vars + graceful exit when signing secrets missing
  • Fix Build-Linux-Ubuntu: Added missing deps, reduced parallelism, added -y flag
  • Fix Build-Android: Changed runs-on: android-runnerruns-on: ubuntu-latest (self-hosted runner was offline, job hung forever)
  • Code review passed
  • Security scan passed (pre-existing alerts only)

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI and others added 2 commits March 27, 2026 09:29
…mneziaVPN to FRKN

- Fix WiX fragment ID mismatch (CM_CP_AmneziaVPN_service.exe -> CM_CP_FRKN_service.exe)
- Fix WiX service names and close_client_patch target
- Fix CPack package configuration (name, vendor, executables)
- Fix service RC file OriginalFilename
- Update deploy.yml artifact names for all platforms (Windows, Android, Linux, macOS)
- Remove stale org.amneziavpn.package directory
- Fix macOS NE build script naming (AmneziaVPN -> FRKN)
- Fix macOS distribution.xml package identifiers
- Fix macOS install/uninstall check scripts
- Add componentscript.js and config file copying in config.cmake for Windows builds

Agent-Logs-Url: https://github.com/mrfeod/frkn-app/sessions/cf31ca22-b457-4dea-b421-3233f3d18df3

Co-authored-by: mrfeod <14350522+mrfeod@users.noreply.github.com>
…xists

- Change Build-Linux-Ubuntu from self-hosted 'android-runner' to 'ubuntu-latest'
  (the self-hosted runner is unavailable; last successful run used ubuntu-22.04)
- Add mkdir -p for installer data directory before 7z archive creation
  (the data/ directory doesn't exist in the source tree after rebrand cleanup)

Agent-Logs-Url: https://github.com/mrfeod/frkn-app/sessions/f61b21f5-def8-4f95-b8bc-676a6d00b8f3

Co-authored-by: mrfeod <14350522+mrfeod@users.noreply.github.com>
…ersion

- Linux: Add missing build deps (libgl-dev, libxkbcommon-dev), reduce
  parallelism to -j2 to prevent OOM on GitHub runners, add apt-get -y flag
- macOS: Fix codesign checks to use -n (non-empty) instead of +x (is-set)
  so empty secrets don't trigger signing; make pkgbuild/productbuild --sign
  flag conditional via SIGN_INSTALLER_ARGS array
- macOS-old: Update Xcode from 15.4.0 (unavailable) to 16.2.0
- macOS-NE: Add missing env vars (MAC_TRUST_CERT_BASE64, etc.) + export
  QT_MACOS_ROOT_DIR; gracefully skip NE build when signing secrets missing

Agent-Logs-Url: https://github.com/mrfeod/frkn-app/sessions/5da80858-c58f-4850-9522-ebce8948ab39

Co-authored-by: mrfeod <14350522+mrfeod@users.noreply.github.com>
…osted runner

The Build-Android job was configured with runs-on: android-runner (a self-hosted
runner that is offline), causing the job to hang in queued state indefinitely.

All build dependencies (Qt, Java, NDK) are already installed via GitHub Actions,
so ubuntu-latest works correctly.

Agent-Logs-Url: https://github.com/mrfeod/frkn-app/sessions/1ab218f8-e5de-4afd-b60f-b77fe1a2873a

Co-authored-by: mrfeod <14350522+mrfeod@users.noreply.github.com>
@mrfeod mrfeod closed this Mar 27, 2026
@mrfeod mrfeod deleted the copilot/fix-build-for-windows-android-ios branch March 27, 2026 18:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants