update build container to Debian 11.5 + CernVM-FS 2.10.0 + fuse-overlayfs 1.9 + awscli 1.27.8#133
Merged
bedroge merged 2 commits intoEESSI:mainfrom Nov 13, 2022
Merged
Conversation
…ayfs 1.9 + awscli 1.27.8
Contributor
Author
|
To fix the issue with the tests, I propose we skip the |
bedroge
approved these changes
Nov 12, 2022
This was referenced Jan 14, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.ebwhen 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-overlayfsversion (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-overlayfsv1.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.shscript in the https://github.com/EESSI/software-layer/ repo (to usedebian11instead ofdebian10).