Skip to content

Commit 41149d4

Browse files
committed
gh/cirrus: add gzip package to CI test environments
1 parent 8f9fd54 commit 41149d4

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

.cirrus.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ task:
8383
image_family: freebsd-13-1
8484
cpu: 1
8585
memory: 2G
86-
reqinstall_script: pkg install -y bash wget gmake dejagnu py39-sphinx tcl86 tcl-wrapper autoconf ksh93 zsh fish perl5 python39 ruby cmake R readline
86+
reqinstall_script: pkg install -y bash wget gmake dejagnu py39-sphinx gzip tcl86 tcl-wrapper autoconf ksh93 zsh fish perl5 python39 ruby cmake R readline
8787
configure_script:
8888
- ./configure
8989
<< : *BUILD_INSTALL_TEST_TEMPLATE
@@ -97,7 +97,7 @@ task:
9797
image: ghcr.io/cirruslabs/macos-monterey-xcode:latest
9898
reqinstall_script:
9999
- brew update
100-
- brew install md5sha1sum expect dejagnu grep fish r tcl-tk
100+
- brew install md5sha1sum expect dejagnu grep fish r tcl-tk gzip
101101
configure_script:
102102
- ./configure --prefix=/tmp/modules --with-loadedmodules=null:dot --with-tcl=/opt/homebrew/lib
103103
<< : *BUILD_INSTALL_TEST_TEMPLATE
@@ -130,7 +130,7 @@ task:
130130
yes | unminimize || true
131131
# install requirements
132132
apt-get update
133-
apt-get -y install wget expect-dev dejagnu python3-sphinx man-db bash tcsh ksh zsh fish tcl tcl8.6 perl python ruby cmake r-base-core
133+
apt-get -y install wget expect-dev dejagnu python3-sphinx gzip man-db bash tcsh ksh zsh fish tcl tcl8.6 perl python ruby cmake r-base-core
134134
# libtclenvmodules build requirements
135135
apt-get -y install gcc autoconf tcl8.6-dev
136136
# requirements for source-sh extra tests
@@ -156,7 +156,7 @@ task:
156156
yes | unminimize || true
157157
# install requirements
158158
apt-get update
159-
apt-get -y install wget expect-dev dejagnu python3-sphinx man-db bash tcsh ksh zsh fish tcl tcl8.6 perl python3 ruby cmake r-base-core
159+
apt-get -y install wget expect-dev dejagnu python3-sphinx gzip man-db bash tcsh ksh zsh fish tcl tcl8.6 perl python3 ruby cmake r-base-core
160160
# libtclenvmodules build requirements
161161
apt-get -y install gcc autoconf tcl8.6-dev
162162
# requirements for source-sh extra tests
@@ -190,7 +190,7 @@ task:
190190
SPHINX_PKG='python-sphinx'
191191
fi
192192
yum install -y epel-release
193-
yum install -y tcsh zsh ksh tcl perl $PYTHON_PKG ruby cmake R-core make wget perl $SPHINX_PKG git dejagnu man-db rpm-build bzip2 autoconf gcc tcl-devel
193+
yum install -y tcsh zsh ksh tcl perl $PYTHON_PKG gzip ruby cmake R-core make wget perl $SPHINX_PKG git dejagnu man-db rpm-build bzip2 autoconf gcc tcl-devel
194194
yum install -y which xorg-x11-server-utils xorg-x11-server-Xvfb
195195
if [[ $VERSION_ID != 8* ]]; then
196196
wget -O /etc/yum.repos.d/shells_fish_release_2.repo http://download.opensuse.org/repositories/shells:fish:release:2/CentOS_${VERSION_ID}/shells:fish:release:2.repo
@@ -212,7 +212,7 @@ task:
212212
cpu: 1
213213
memory: 2G
214214
reqinstall_script: |
215-
zypper install -y tcsh zsh ksh fish tcl perl python ruby cmake R-core R-core-packages make wget python-Sphinx git dejagnu man net-tools autoconf gcc tcl-devel
215+
zypper install -y tcsh zsh ksh fish tcl perl python ruby cmake R-core R-core-packages make wget python-Sphinx gzip git dejagnu man net-tools autoconf gcc tcl-devel
216216
zypper install -y which xrdb xvfb-run
217217
configure_script:
218218
- ./configure --enable-versioning --with-loadedmodules=null:dot --with-quarantine-vars='LD_LIBRARY_PATH LD_PRELOAD'

.github/workflows/lint_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install system packages
1818
run: |
1919
sudo apt-get -y update
20-
sudo apt-get install -y expect-dev dejagnu python3-sphinx bash tcl8.6 python3
20+
sudo apt-get install -y expect-dev dejagnu python3-sphinx gzip bash tcl8.6 python3
2121
# libtclenvmodules build requirements
2222
sudo apt-get install -y gcc autoconf tcl8.6-dev
2323
# add linter tools

.github/workflows/linux_tests.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install system packages
2323
run: |
2424
sudo apt-get -y update
25-
sudo apt-get install -y expect-dev dejagnu python3-sphinx bash tcsh ksh zsh fish tcl8.6 perl python3 ruby cmake r-base-core
25+
sudo apt-get install -y expect-dev dejagnu python3-sphinx gzip bash tcsh ksh zsh fish tcl8.6 perl python3 ruby cmake r-base-core
2626
# add package to run tests in an X-enabled environment
2727
sudo apt-get install -y xvfb x11-xserver-utils
2828
- name: Build Modules
@@ -72,7 +72,7 @@ jobs:
7272
- name: Install system packages
7373
run: |
7474
sudo apt-get -y update
75-
sudo apt-get install -y expect-dev dejagnu python3-sphinx bash tcsh ksh zsh perl python3 ruby cmake r-base-core
75+
sudo apt-get install -y expect-dev dejagnu python3-sphinx gzip bash tcsh ksh zsh perl python3 ruby cmake r-base-core
7676
# libtclenvmodules build requirements
7777
sudo apt-get install -y gcc autoconf
7878
# manually install tcl8.5
@@ -129,7 +129,7 @@ jobs:
129129
- name: Install system packages
130130
run: |
131131
sudo apt-get -y update
132-
sudo apt-get install -y expect-dev dejagnu python3-sphinx bash tcsh ksh zsh fish perl python3 ruby cmake r-base-core
132+
sudo apt-get install -y expect-dev dejagnu python3-sphinx gzip bash tcsh ksh zsh fish perl python3 ruby cmake r-base-core
133133
# libtclenvmodules build requirements
134134
sudo apt-get install -y gcc autoconf
135135
# manually install tcl8.5
@@ -189,7 +189,7 @@ jobs:
189189
- name: Install system packages
190190
run: |
191191
sudo apt-get -y update
192-
sudo apt-get install -y expect-dev dejagnu python3-sphinx bash tcsh ksh zsh fish tcl8.6 perl python3 ruby cmake r-base-core
192+
sudo apt-get install -y expect-dev dejagnu python3-sphinx gzip bash tcsh ksh zsh fish tcl8.6 perl python3 ruby cmake r-base-core
193193
# libtclenvmodules build requirements
194194
sudo apt-get install -y gcc autoconf tcl8.6-dev
195195
- name: Build Modules
@@ -241,7 +241,7 @@ jobs:
241241
- name: Install system packages
242242
run: |
243243
sudo apt-get -y update
244-
sudo apt-get install -y expect-dev dejagnu python3-sphinx bash tcsh ksh zsh perl python3 ruby cmake r-base-core
244+
sudo apt-get install -y expect-dev dejagnu python3-sphinx gzip bash tcsh ksh zsh perl python3 ruby cmake r-base-core
245245
# libtclenvmodules build requirements
246246
sudo apt-get install -y gcc autoconf
247247
# manually install tcl8.5
@@ -297,7 +297,7 @@ jobs:
297297
- name: Install system packages
298298
run: |
299299
sudo apt-get -y update
300-
sudo apt-get install -y expect-dev dejagnu python3-sphinx bash tcsh ksh zsh fish perl python3 ruby cmake r-base-core
300+
sudo apt-get install -y expect-dev dejagnu python3-sphinx gzip bash tcsh ksh zsh fish perl python3 ruby cmake r-base-core
301301
# libtclenvmodules build requirements
302302
sudo apt-get install -y gcc autoconf
303303
# manually install tcl8.7
@@ -344,7 +344,7 @@ jobs:
344344
- name: Install system packages
345345
run: |
346346
sudo apt-get -y update
347-
sudo apt-get install -y expect-dev dejagnu python3-sphinx bash tcsh ksh zsh fish perl python3 ruby cmake r-base-core
347+
sudo apt-get install -y expect-dev dejagnu python3-sphinx gzip bash tcsh ksh zsh fish perl python3 ruby cmake r-base-core
348348
# libtclenvmodules build requirements
349349
sudo apt-get install -y gcc autoconf
350350
# manually install tcl9.0

.github/workflows/windows_tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
# precise all sphinxcontrib packages required as dependency spec
2929
# of python39-sphinx package is regularly broken
30-
packages: make sed git autoconf automake libtool tcl python39 python39-sphinx zip python39-sphinxcontrib-applehelp python39-sphinxcontrib-devhelp python39-sphinxcontrib-htmlhelp python39-sphinxco ntrib-jsmath python39-sphinxcontrib-qthelp python39-sphinxcontrib-serializinghtml python39-sphinxcontrib-websupport python39-alabaster python39-sqlalchemy
30+
packages: make sed git autoconf automake libtool tcl python39 python39-sphinx gzip zip python39-sphinxcontrib-applehelp python39-sphinxcontrib-devhelp python39-sphinxcontrib-htmlhelp python39-sphinxco ntrib-jsmath python39-sphinxcontrib-qthelp python39-sphinxcontrib-serializinghtml python39-sphinxcontrib-websupport python39-alabaster python39-sqlalchemy
3131
- name: Install Tcl under Windows
3232
shell: cmd
3333
run: |
@@ -74,7 +74,7 @@ jobs:
7474
# of python39-sphinx package is regularly broken
7575
# precise liblapack0 package needed by R package (missing dependency
7676
# since R-4.2.1-1)
77-
packages: make sed git autoconf automake libtool tcl dejagnu python39 python39-sphinx ruby zsh tcsh mksh fish cmake R liblapack0 tcl-devel gcc-core wget python39-sphinxcontrib-applehelp python39-sphinxcontrib-devhelp python39-sphinxcontrib-htmlhelp python39-sphinxcontrib-jsmath python39-sphinxcontrib-qthelp python39-sphinxcontrib-serializinghtml python39-sphinxcontrib-websupport python39-alabaster python39-sqlalchemy
77+
packages: make sed git autoconf automake libtool tcl dejagnu python39 python39-sphinx gzip ruby zsh tcsh mksh fish cmake R liblapack0 tcl-devel gcc-core wget python39-sphinxcontrib-applehelp python39-sphinxcontrib-devhelp python39-sphinxcontrib-htmlhelp python39-sphinxcontrib-jsmath python39-sphinxcontrib-qthelp python39-sphinxcontrib-serializinghtml python39-sphinxcontrib-websupport python39-alabaster python39-sqlalchemy
7878
- name: Configure Git safe.directory
7979
run: |
8080
bash -lc 'git config --global --add safe.directory $(cygpath -u "$GITHUB_WORKSPACE")'
@@ -118,7 +118,7 @@ jobs:
118118
- name: Install system packages
119119
shell: msys2 {0}
120120
run: |
121-
pacman --noconfirm --noprogressbar -S tcl tcl-devel dejagnu python ruby cmake zsh tcsh mksh fish gcc autoconf make git wget
121+
pacman --noconfirm --noprogressbar -S tcl tcl-devel dejagnu python ruby cmake zsh tcsh mksh fish gcc autoconf make git wget gzip
122122
- name: Build Modules
123123
shell: msys2 {0}
124124
run: |

0 commit comments

Comments
 (0)