Skip to content

Commit

Permalink
skip power8 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Sep 20, 2024
1 parent d9b78c5 commit ecd2be9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2107,6 +2107,8 @@ axes:
display_name: "RHEL 8 (POWER8)"
run_on: rhel8-power-small
batchtime: 10080 # 7 days
variables:
SKIP_HATCH: true
- id: rhel8-arm64
display_name: "RHEL 8 (ARM64)"
run_on: rhel82-arm64-small
Expand Down
3 changes: 0 additions & 3 deletions .evergreen/hatch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ if ! command -v hatch > /dev/null ; then
Linux-aarch64)
target=aarch64-unknown-linux-gnu
;;
Linux-ppc64le)
target=powerpc64le-unknown-linux-gnu
;;
CYGWIN_NT*)
target=x86_64-pc-windows-msvc
;;
Expand Down

0 comments on commit ecd2be9

Please sign in to comment.