Skip to content

Commit 087ee0d

Browse files
committed
ci: enable KVM for Android release smoke test
1 parent d91fabc commit 087ee0d

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,13 @@ jobs:
264264
done
265265
exit $fail
266266
267+
- name: Enable KVM for Android emulator
268+
if: startsWith(matrix.platform,'android') && startsWith(github.ref, 'refs/tags/v')
269+
run: |
270+
echo 'KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"' | sudo tee /etc/udev/rules.d/99-kvm4all.rules
271+
sudo udevadm control --reload-rules
272+
sudo udevadm trigger --name-match=kvm
273+
267274
- name: APK smoke (boot + launch, no FATAL)
268275
if: startsWith(matrix.platform,'android') && startsWith(github.ref, 'refs/tags/v')
269276
uses: reactivecircus/android-emulator-runner@v2

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: fl_clash
22
description: Android mihomo client. Open source, no ads, no telemetry.
33
publish_to: 'none'
4-
version: 0.16.0-rc33+2026074633
4+
version: 0.16.0-rc34+2026074634
55
environment:
66
sdk: '>=3.8.0 <4.0.0'
77

@@ -88,4 +88,4 @@ flutter_intl:
8888
enabled: true
8989
class_name: AppLocalizations
9090
arb_dir: arb
91-
output_dir: lib/l10n
91+
output_dir: lib/l10n

0 commit comments

Comments
 (0)