EESSI / filesystem-layer

Filesystem layer of the EESSI project
https://eessi.github.io/docs/filesystem_layer
GNU General Public License v2.0
7 stars 17 forks source link

Add build container based on Debian 12 #180

Open bedroge opened 9 months ago

bedroge commented 9 months ago

@ocaisa that change was actually fine, but there's another hardcoded string in the script that prepares the packages...

edit: fixed that by doing it in the same way as CVMFS does it here: https://github.com/cvmfs/cvmfs/blob/devel/ci/cvmfs/deb.sh#L36.

bedroge commented 9 months ago

Just tried building a Debian 12 container in my own repo and used that for testing, but it doesn't solve the permission errors with fuse-overlayfs from issue https://github.com/EESSI/software-layer/issues/312. So in that sense we don't really need this, but I can leave it open for now in case we would like to use it.