mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Force-install libssl1.1 on ARM64 22.04+ for MongoDB 5+ & Sugarizer
This commit is contained in:
parent
adb9087894
commit
e82b486b60
2 changed files with 32 additions and 14 deletions
|
@ -20,9 +20,12 @@
|
|||
# All above are set in: github.com/iiab/iiab/blob/master/vars/default_vars.yml
|
||||
# If nec, change them by editing /etc/iiab/local_vars.yml prior to installing!
|
||||
|
||||
mongodb_64bit_version: 6.0 # 4.4 fails on Debian 12 with error "No package
|
||||
# matching 'mongodb-org' is available" as of 2022-10-19. 5.0 works, but fails
|
||||
# on "pre-2011" CPU's w/o AVX. VERIFY both X.Y versions exist (+ work!) below:
|
||||
mongodb_64bit_version: 6.0 # 2022-10-23: 4.4 fails on Debian 12 x86_64:
|
||||
# "No package matching 'mongodb-org' is available". 5.0+ fail on "pre-2011"
|
||||
# CPU's w/o AVX, and on RPi due to MongoDB compiling these for v8.2-A (RPi 4 is
|
||||
# ARM v8-A). SO IIAB ALWAYS OVERLAYS andyfelong.com's 5.0.5 IF 5.0+ SPECIFIED.
|
||||
#
|
||||
# VERIFY both X.Y versions exist (+ work!) below:
|
||||
#
|
||||
# 1) https://www.mongodb.org/static/pgp/server-X.Y.asc ~= https://pgp.mongodb.com
|
||||
# 2) http://repo.mongodb.org/apt/debian &/OR https://repo.mongodb.org/apt/ubuntu
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue