File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 64
64
65
65
echo "PWD=$PWD"
66
66
cat "$GITHUB_ENV"
67
+ cat /boot/config* | grep EROFS
68
+ cat /boot/config* | grep CONFIG_BLK_DEV_DM
69
+ ls -al /dev/loop*
70
+ ls -al /dev/dm*
67
71
- name : install dependencies
68
72
run : |
69
73
./install-build-deps.sh
Original file line number Diff line number Diff line change @@ -289,6 +289,6 @@ require (
289
289
290
290
replace (
291
291
github.com/opencontainers/umoci => github.com/project-stacker/umoci v0.0.0-20240906174318-e9397ba4ced0
292
- machinerun.io/atomfs => github.com/rchincha/atomfs v0.0.0-20241118224201-3b5276847a13
292
+ machinerun.io/atomfs => github.com/rchincha/atomfs v0.0.0-20241121035933-3d0f2c368a0b
293
293
stackerbuild.io/stacker-bom => github.com/project-stacker/stacker-bom v0.0.0-20240509203427-4d685e046780
294
294
)
Original file line number Diff line number Diff line change @@ -818,8 +818,8 @@ github.com/prometheus/procfs v0.0.8/go.mod h1:7Qr8sr6344vo1JqZ6HhLceV9o3AJ1Ff+Gx
818
818
github.com/prometheus/procfs v0.6.0 /go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1xBZuNvfVA =
819
819
github.com/prometheus/procfs v0.12.0 h1:jluTpSng7V9hY0O2R9DzzJHYb2xULk9VTR1V1R/k6Bo =
820
820
github.com/prometheus/procfs v0.12.0 /go.mod h1:pcuDEFsWDnvcgNzo4EEweacyhjeA9Zk3cnaOZAZEfOo =
821
- github.com/rchincha/atomfs v0.0.0-20241118224201-3b5276847a13 h1:PZWE0mq+wI6zqUsV1pA0yUmhkl3UWs0I7duypR92NQw =
822
- github.com/rchincha/atomfs v0.0.0-20241118224201-3b5276847a13 /go.mod h1:woheEy3EVXE+AFLGwmBRSMtmcOKBM71qiDEYaq7Nwng =
821
+ github.com/rchincha/atomfs v0.0.0-20241121035933-3d0f2c368a0b h1:GlI9hMxMVh20l6VnB9agZuscxaPdXeAXUghhGJZYOoU =
822
+ github.com/rchincha/atomfs v0.0.0-20241121035933-3d0f2c368a0b /go.mod h1:woheEy3EVXE+AFLGwmBRSMtmcOKBM71qiDEYaq7Nwng =
823
823
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec h1:W09IVJc94icq4NjY3clb7Lk8O1qJ8BdBEF8z0ibU0rE =
824
824
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec /go.mod h1:qqbHyh8v60DhA7CoWK5oRCqLrMHRGoxYCSS9EjAz6Eo =
825
825
github.com/rivo/uniseg v0.2.0 /go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc =
You can’t perform that action at this time.
0 commit comments