Merge pull request 'chore: merge master into beta — resolve SODIUM_USE_PKG_CONFIG conflict in auto-tag.yml' (#112) from fix/sync-master-sodium-unset into beta
Some checks failed
Release Beta / changelog (push) Has been cancelled
Release Beta / build-linux-amd64 (push) Has been cancelled
Release Beta / build-windows-amd64 (push) Has been cancelled
Release Beta / build-macos-arm64 (push) Has been cancelled
Release Beta / build-linux-arm64 (push) Has been cancelled
Release Beta / autotag (push) Has been cancelled
Test / frontend-typecheck (push) Has been cancelled
Test / rust-tests (push) Has been cancelled
Test / frontend-tests (push) Has been cancelled
Test / rust-clippy (push) Has been cancelled
Test / rust-fmt-check (push) Has been cancelled
Some checks failed
Release Beta / changelog (push) Has been cancelled
Release Beta / build-linux-amd64 (push) Has been cancelled
Release Beta / build-windows-amd64 (push) Has been cancelled
Release Beta / build-macos-arm64 (push) Has been cancelled
Release Beta / build-linux-arm64 (push) Has been cancelled
Release Beta / autotag (push) Has been cancelled
Test / frontend-typecheck (push) Has been cancelled
Test / rust-tests (push) Has been cancelled
Test / frontend-tests (push) Has been cancelled
Test / rust-clippy (push) Has been cancelled
Test / rust-fmt-check (push) Has been cancelled
Reviewed-on: #112
This commit is contained in:
commit
721192edb0
@ -346,6 +346,7 @@ jobs:
|
||||
APPIMAGE_EXTRACT_AND_RUN: "1"
|
||||
SODIUM_LIB_DIR: /usr/lib/x86_64-linux-gnu
|
||||
run: |
|
||||
unset SODIUM_USE_PKG_CONFIG
|
||||
npm ci --legacy-peer-deps
|
||||
CI=true npx tauri build --target x86_64-unknown-linux-gnu
|
||||
- name: Upload artifacts
|
||||
@ -447,6 +448,7 @@ jobs:
|
||||
OPENSSL_STATIC: "1"
|
||||
SODIUM_LIB_DIR: /usr/x86_64-w64-mingw32/lib
|
||||
run: |
|
||||
unset SODIUM_USE_PKG_CONFIG
|
||||
npm ci --legacy-peer-deps
|
||||
CI=true npx tauri build --target x86_64-pc-windows-gnu
|
||||
- name: Upload artifacts
|
||||
@ -636,6 +638,7 @@ jobs:
|
||||
APPIMAGE_EXTRACT_AND_RUN: "1"
|
||||
SODIUM_LIB_DIR: /usr/lib/aarch64-linux-gnu
|
||||
run: |
|
||||
unset SODIUM_USE_PKG_CONFIG
|
||||
npm ci --legacy-peer-deps
|
||||
CI=true npx tauri build --target aarch64-unknown-linux-gnu --bundles deb,rpm
|
||||
- name: Upload artifacts
|
||||
|
||||
@ -4,6 +4,13 @@ All notable changes to TRCAA are documented here.
|
||||
Commit types shown: feat, fix, perf, docs, refactor.
|
||||
CI, chore, and build changes are excluded.
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
### Bug Fixes
|
||||
- Register missing updater commands
|
||||
- **ci**: Add libsodium to all build environments
|
||||
- **ci**: Unset SODIUM_USE_PKG_CONFIG and use SODIUM_LIB_DIR in auto-tag.yml
|
||||
|
||||
## [1.2.3] — 2026-06-13
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
Loading…
Reference in New Issue
Block a user