fcitx / flatpak-fcitx5

Flatpak script for fcitx 5
23 stars 6 forks source link

Automation test fix #32

Closed phoepsilonix closed 1 month ago

phoepsilonix commented 1 month ago
Workflow and Script Modifications

Workflows:
  Added --privileged option to the container.
  Set QEMU_LD_PREFIX and LD_LIBRARY_PATH for aarch64.
  Manually configured QEMU binfmt for aarch64 as systemd is not running.
  Commented out bazel clean --expunge due to timeout issues.

update_mozc_deps:
  Modified the part that calls the run_bazel function for arm64
  Slightly modified the pkill command in cleanup to prevent workflow stoppage.

To avoid timeouts in bazel clean or bazel build

  add the --init option to the container startup options.
phoepsilonix commented 1 month ago

This workflow seems to take slightly longer than the approach in #31, where related packages were prepared using Flatpak for both x86_64 and aarch64 on Jammy before executing Bazel.