update build container to Debian 11.5 + CernVM-FS 2.10.0 + fuse-overlayfs 1.9 + awscli 1.27.8 #133
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This seems to fix the weird problem I was running into when installing
Qt5-5.15.2-GCCcore-10.3.0.eb
when I was using an AWS VM as a build node that is discussed in detail in easybuilders/easybuild-easyconfigs#16614:There were some weird symptoms with the old
fuse-overlayfs
version (v0.3) that suggest we were hitting a bug, which only seems to manifest on AWS VMs for some reason (probably related to the filesystem type that's being used for the overlay directories).In addition, it looks like using
fuse-overlayfs
v1.9 in Debian 11.5 finally fixes the problems we had we recent versions offuse-overlayfs
(cfr. containers/fuse-overlayfs#232) 🥳Once the build container image is rebuilt, we'll also need to update the
build_container.sh
script in the https://github.com/EESSI/software-layer/ repo (to usedebian11
instead ofdebian10
).