mirror of
https://github.com/samba-team/samba.git
synced 2025-03-11 16:58:40 +03:00
bootstrap: Install codespell
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Joseph Sutton <josephsutton@catalyst.net.nz> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Mon Aug 14 04:40:03 UTC 2023 on atb-devel-224
This commit is contained in:
parent
b896da351c
commit
57672e45e3
@ -47,7 +47,7 @@ variables:
|
||||
# Set this to the contents of bootstrap/sha1sum.txt
|
||||
# which is generated by bootstrap/template.py --render
|
||||
#
|
||||
SAMBA_CI_CONTAINER_TAG: 2671a34d464cd0e799d736535fccadc570433f51
|
||||
SAMBA_CI_CONTAINER_TAG: 21a93787675107f010836bbfa5e8542c272bc4b0
|
||||
#
|
||||
# We use the ubuntu2204 image as default as
|
||||
# it matches what we have on atb-devel-224
|
||||
|
@ -137,6 +137,7 @@ PKGS = [
|
||||
('', 'ShellCheck'),
|
||||
('', 'shfmt'),
|
||||
('', 'crypto-policies-scripts'),
|
||||
('', 'codespell'),
|
||||
|
||||
('python3', 'python3'),
|
||||
('python3-cryptography', 'python3-cryptography'), # for krb5 tests
|
||||
@ -514,6 +515,7 @@ RPM_DISTS = {
|
||||
'mold': '',
|
||||
'ShellCheck': '',
|
||||
'shfmt': '',
|
||||
'codespell': '',
|
||||
}
|
||||
},
|
||||
'centos8s': {
|
||||
@ -531,6 +533,7 @@ RPM_DISTS = {
|
||||
'mold': '',
|
||||
'ShellCheck': '',
|
||||
'shfmt': '',
|
||||
'codespell': '',
|
||||
}
|
||||
},
|
||||
'fedora38': {
|
||||
|
@ -22,6 +22,7 @@ dnf install -y \
|
||||
bison \
|
||||
ccache \
|
||||
chrpath \
|
||||
codespell \
|
||||
crypto-policies-scripts \
|
||||
cups-devel \
|
||||
curl \
|
||||
|
@ -11,6 +11,7 @@ packages:
|
||||
- bison
|
||||
- ccache
|
||||
- chrpath
|
||||
- codespell
|
||||
- crypto-policies-scripts
|
||||
- cups-devel
|
||||
- curl
|
||||
|
@ -22,6 +22,7 @@ zypper --non-interactive install \
|
||||
bison \
|
||||
ccache \
|
||||
chrpath \
|
||||
codespell \
|
||||
crypto-policies-scripts \
|
||||
cups-devel \
|
||||
curl \
|
||||
|
@ -10,6 +10,7 @@ packages:
|
||||
- bison
|
||||
- ccache
|
||||
- chrpath
|
||||
- codespell
|
||||
- crypto-policies-scripts
|
||||
- cups-devel
|
||||
- curl
|
||||
|
@ -1 +1 @@
|
||||
2671a34d464cd0e799d736535fccadc570433f51
|
||||
21a93787675107f010836bbfa5e8542c272bc4b0
|
||||
|
Loading…
x
Reference in New Issue
Block a user