Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable aarch64-unknown-linux-gnu platform in github workflow cicd #21

Merged
merged 1 commit into from
Feb 15, 2025
Merged
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
10 changes: 5 additions & 5 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,12 +152,12 @@ jobs:
fail-fast: false
matrix:
job:
# This should be re-enabled after issue #8 is resolved. See more at
# This is enabled because wall time check in unit tests has been
# removed. But the issue might not be resolved yet. See more at
# https://github.com/kkew3/jieba.vim/issues/8.
#
# - target: aarch64-unknown-linux-gnu
# os: ubuntu-22.04
# use-cross: true
- target: aarch64-unknown-linux-gnu
os: ubuntu-22.04
use-cross: true
- target: x86_64-unknown-linux-gnu
os: ubuntu-22.04
use-cross: true
Expand Down
Loading