Skip to content

Commit

Permalink
cirrus: add arm64 test case running on AlmaLinux 9
Browse files Browse the repository at this point in the history
Fixes #420
  • Loading branch information
xdelaruelle committed Jun 28, 2023
1 parent 0cafe49 commit 8a34071
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,24 @@ task:
- xvfb-run make srpm rpm
<< : *ARTIFACTS_TEMPLATE

task:
<< : *CLONE_TEMPLATE
arm_container:
image: almalinux:9
cpu: 1
memory: 2G
reqinstall_script: |
dnf install -y dnf-plugins-core epel-release
dnf config-manager --set-enabled crb
dnf install -y tcsh zsh ksh fish tcl perl python3 gzip ruby cmake R-core make wget perl python3-sphinx git dejagnu man-db rpm-build bzip2 autoconf gcc tcl-devel procps-ng
configure_script:
- ./configure --with-bashcompletiondir=/usr/share/bash-completion/completions --with-fishcompletiondir=/usr/share/fish/vendor_completions.d --with-zshcompletiondir=/usr/share/zsh/site-functions
# also enable a display on this test case to validate x-resource behavior
<< : *BUILD_INSTALL_TEST_TEMPLATE
rpm_script:
- make srpm rpm
<< : *ARTIFACTS_TEMPLATE

task:
<< : *CLONE_TEMPLATE
container:
Expand Down
2 changes: 2 additions & 0 deletions .hunspell.en.dic
Original file line number Diff line number Diff line change
Expand Up @@ -1142,3 +1142,5 @@ indesym
syms
doesModTagMatch
getModMatchingExtraSpec
arm64
AlmaLinux

0 comments on commit 8a34071

Please sign in to comment.