Closed odockal closed 1 month ago
@odockal is this resolved ? Since https://github.com/containers/podman-desktop/issues/8765 has been merged
@odockal @axel7083 pre-releases are building now / I am able to access binaries: https://github.com/containers/podman-desktop-prereleases/tags
Closing, let me know if there is still an issue and re-open @odockal
@cdrage @axel7083 I do not think this is the same problem. Here we see a problem when buildinh ssh2 library with pnpm compile
command: https://github.com/containers/podman-desktop-e2e/actions/runs/10785050149/job/29909641131#step:6:630.
@odockal I'm at a loss trying to fix this, sorry! Could it be because of how it's being ran / permissions issue from within the quay.io/odockal/pde2e-builder:v0.0.1-windows
container?
I do not know what the source code for that would be, possibly https://github.com/containers/podman-desktop-e2e/blob/main/oci/Containerfile ?
I've been trying to understand how to get it to replicate (didn't get issues my end doing compile locally), but it may be in better hands of @ScrewTSW or you to fix.
@odockal I'm at a loss trying to fix this, sorry! Could it be because of how it's being ran / permissions issue from within the
quay.io/odockal/pde2e-builder:v0.0.1-windows
container?I do not know what the source code for that would be, possibly https://github.com/containers/podman-desktop-e2e/blob/main/oci/Containerfile ?
I've been trying to understand how to get it to replicate (didn't get issues my end doing compile locally), but it may be in better hands of @ScrewTSW or you to fix.
The sources for pde2e-builder can be found at https://github.com/odockal/pde2e-builder
@odockal I'm at a loss trying to fix this, sorry! Could it be because of how it's being ran / permissions issue from within the
quay.io/odockal/pde2e-builder:v0.0.1-windows
container? I do not know what the source code for that would be, possibly https://github.com/containers/podman-desktop-e2e/blob/main/oci/Containerfile ? I've been trying to understand how to get it to replicate (didn't get issues my end doing compile locally), but it may be in better hands of @ScrewTSW or you to fix.The sources for pde2e-builder can be found at https://github.com/odockal/pde2e-builder
Tried a bit of hacking to get it working (basically.. chmod -R 777 the entire folder) but to no avail. Could it be an issue with quay.io/rhqp/deliverest
image not doing permissions / symlinking correctly, or something podman-desktop side?
@cdrage @odockal seems to be caused by updated electron-builder, they changed the 7zip dependency, which instead of hard links attempts to create symlinks, which are not allowed without administrator permissions or developer mode on windows
gonna be fixed (already is fixed since the image is actually built and published under the same version) in https://github.com/odockal/pde2e-builder/pull/3.
successful build is ie. here: https://github.com/containers/podman-desktop-e2e/actions/runs/11098720268/job/30831847492#step:6:333.
POdman DEsktop e2e installation nightly build fails: https://github.com/containers/podman-desktop-e2e/actions/runs/10713153617/job/29704737307
REf: https://github.com/containers/podman-desktop-e2e/actions/runs/10713153617/job/29704737307#step:6:1114