Results 267 comments of lorenz

@luzpaz you linked the osx-bundle. I guess we are talking about the appimage here.

@leoheck so we are publishing a new tag with every build? how to delete old builds?

@luzpaz I am not sure if my commit addresses this issue. We might see some disconnection of the updating tools as we move to 0.20. This will be solved in...

As far as I remember we have deleted them once, but there were some issues with doing so. But I can't remember exactly. We can try again ;)

> @looooo are we using the `linuxdeploy-plugin-conda` as mentioned by 'TheAssassin'? no. we commented out these lines some time ago: https://github.com/FreeCAD/FreeCAD-Bundle/blob/master/conda/linux/create_bundle.sh#L48 there were some issues with asm3 as far as...

Ok, let's try again: https://github.com/FreeCAD/FreeCAD-Bundle/commit/8e28d9ad26b500b5d2ebd1645ac6b00279ef358e

No it's also needed to compile freecad. There are some more issues with cross-compiling. There are some instructions to setup GitHub action runners locally. Maybe this would be an idea...

at the moment I do the osx-arm builds and bundles locally, waiting for GitHub-action to offer osx-arm64 support.

can you test a conda-environment directly? - install conda - create a conda env with: `conda create -n freecad freecad -c freecad/label/dev -c conda-forge` Maybe this is now a general...