Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .github/workflows/fdroid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,6 @@ jobs:
(.versionCode = $versionCode) |=
(.commit = \"$commitHash\")
" $metadata
# TODO: remove this afterwards
# https://github.com/orgs/community/discussions/26676
yq -i ".Builds[0] |=
(.commit = \"${{ github.event.pull_request.head.sha }}\")
" $metadata
prebuiltTreeURL=$(curl -L \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ github.token }}" \
Expand Down
4 changes: 4 additions & 0 deletions app/org.fcitx.fcitx5.android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ Builds:
cmake extra-cmake-modules ninja-build libfmt-dev libsystemd-dev libboost-all-dev
ghc cabal-install libghc-shake-dev libghc-aeson-pretty-dev libghc-js-flot-data haskell-js-dgtable-utils
python-is-python3 opencc
- sed -ne '0,/^[^#]/ s/bookworm/trixie/ p' /etc/apt/sources.list > /etc/apt/sources.list.d/trixie.list
- echo 'APT::Default-Release "stable";' > /etc/apt/apt.conf.d/99default-stable
- apt-get update
- apt-get install -t trixie gettext
gradle:
- yes
binary: https://jenkins.fcitx-im.org/job/android/job/fcitx5-android/lastSuccessfulBuild/artifact/out/org.fcitx.fcitx5.android-%v-%abi-release.apk
Expand Down
Loading