This repository was archived by the owner on Dec 20, 2025. It is now read-only.
Commit c23d21a
authored
fix(ubuntu): add commands so apt-get can install libc (#1203)
specifically:
rm /var/lib/dpkg/info/libc-bin.* && apt-get clean
to fix errors like
#9 102.9 Processing triggers for libc-bin (2.35-0ubuntu3.8) ...
#9 103.0 qemu: uncaught target signal 11 (Segmentation fault) - core dumped
#9 103.4 Segmentation fault (core dumped)
#9 103.4 qemu: uncaught target signal 11 (Segmentation fault) - core dumped
#9 103.8 Segmentation fault (core dumped)
#9 103.8 dpkg: error processing package libc-bin (--configure):
#9 103.8 installed libc-bin package post-installation script subprocess returned error exit status 139
from https://github.com/spinnaker/fiat/actions/runs/13294115878/job/37121762284?pr=1202
suggestion from https://stackoverflow.com/a/781076221 parent 54fff3a commit c23d21a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments