WIP: ci: use debvm (#72899) #15

Draft
ecazenave wants to merge 1 commits from wip/72899-debvm into main
Owner
No description provided.
ecazenave added 1 commit 2024-02-05 16:45:43 +01:00
gitea/publik-devinst/pipeline/head There was a failure building this commit Details
86baadbade
ci: use debvm (#72899)
ecazenave force-pushed wip/72899-debvm from 86baadbade to 7d80dbb504 2024-02-05 16:48:51 +01:00 Compare
Author
Owner

Ça marche chez moi mais sur Jenkins :

I: running --customize-hook in shell: sh -c 'passwd --root "$1" --delete root' exec /tmp/mmdebstrap.tuDdvVKiEn ERROR: ld.so: object 'libfakeroot-sysv.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object 'libfakechroot.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. passwd: unable to chroot to directory /tmp/mmdebstrap.tuDdvVKiEn: Operation not permitted E: setup failed: E: command failed: passwd --root "$1" --delete root

Tristesse.

Ça marche chez moi mais sur Jenkins : `I: running --customize-hook in shell: sh -c 'passwd --root "$1" --delete root' exec /tmp/mmdebstrap.tuDdvVKiEn ERROR: ld.so: object 'libfakeroot-sysv.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object 'libfakechroot.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. passwd: unable to chroot to directory /tmp/mmdebstrap.tuDdvVKiEn: Operation not permitted E: setup failed: E: command failed: passwd --root "$1" --delete root ` Tristesse.
ecazenave force-pushed wip/72899-debvm from 7d80dbb504 to 1d87fb8a6b 2024-03-22 11:24:27 +01:00 Compare
ecazenave force-pushed wip/72899-debvm from 1d87fb8a6b to b986301e64 2024-04-22 16:54:42 +02:00 Compare
Some checks failed
gitea/publik-devinst/pipeline/head There was a failure building this commit
This pull request is marked as a work in progress.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b wip/72899-debvm main
git pull origin wip/72899-debvm

Step 2:

Merge the changes and update on Gitea.
git checkout main
git merge --no-ff wip/72899-debvm
git push origin main
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: entrouvert/publik-devinst#15
No description provided.