Skip to content

Commit

Permalink
ansible cryptography with glibc 2.24 (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
hemnstill committed Aug 24, 2023
1 parent 379b295 commit 2f5825a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .tools/install_alpine_glibc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ Zvo9GI2e2MaZyo9/lvb+LbLEJZKEQckqRj4P26gmASrZEPStwc+yqy1ShHLA0j6m
1QIDAQAB
-----END PUBLIC KEY-----"
} > "/etc/apk/keys/sgerrand.rsa.pub"
wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.35-r0/glibc-2.35-r0.apk
wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.35-r0/glibc-bin-2.35-r0.apk
wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.35-r0/glibc-i18n-2.35-r0.apk
apk add --force-overwrite glibc-2.35-r0.apk glibc-bin-2.35-r0.apk glibc-i18n-2.35-r0.apk
wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.24-r0/glibc-2.24-r0.apk
wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.24-r0/glibc-bin-2.24-r0.apk
wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.24-r0/glibc-i18n-2.24-r0.apk
apk add --force-overwrite glibc-2.24-r0.apk glibc-bin-2.24-r0.apk glibc-i18n-2.24-r0.apk
/usr/glibc-compat/bin/localedef -i en_US -f UTF-8 en_US.UTF-8
export LC_ALL=en_US.UTF-8
fi
2 changes: 1 addition & 1 deletion ansible/test_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ test_ansible_galaxy_version() {
}

test_ansible_lint_version() {
assertEquals "ansible-lint 6.17.2 using ansible-core:2.15.3 ansible-compat:4.1.6 ruamel-yaml:0.17.32 ruamel-yaml-clib:0.2.7" "$(../bin/Scripts/bin/ansible-lint --version | head -1)"
assertEquals "ansible-lint 6.17.2 using ansible-core:2.15.3 ansible-compat:4.1.7 ruamel-yaml:0.17.32 ruamel-yaml-clib:0.2.7" "$(../bin/Scripts/bin/ansible-lint --version | head -1)"
}

test_ansible_test_version() {
Expand Down

0 comments on commit 2f5825a

Please sign in to comment.