Skip to content

Commit

Permalink
Temporarily disable aarch64-unknown-linux-gnu target in github work…
Browse files Browse the repository at this point in the history
…flow cicd (#8)

Because somehow rust runs 100x slower on this target (simulated using rust `cross` from x86_64 github runner), and causes timeout assertions in tokenization to constantly fail. See more at issue #8 (#8).
  • Loading branch information
kkew3 committed Dec 28, 2024
1 parent 93dae7a commit fcc6413
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,12 @@ jobs:
fail-fast: false
matrix:
job:
- target: aarch64-unknown-linux-gnu
os: ubuntu-22.04
use-cross: true
# This should be re-enabled after issue #8 is resolved. See more at
# https://github.com/kkew3/jieba.vim/issues/8.
#
# - 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

0 comments on commit fcc6413

Please sign in to comment.