Jackson Oursland
Jackson Oursland
@chennes Do you know what could be causing this? https://github.com/FreeCAD/FreeCAD/actions/runs/11201063761/job/31135545570?pr=16795#step:4:1299 It is only affecting Windows with Qt6, not the other platforms or Windows with Qt5.
That's pretty wild, but I'm not sure that's the best idea as this should be something in CI to test the many ways in which developers may build their environment....
This may be due to `CMakePresets.json` being derived from previous dependencies. This file was originally derived from the configuration in [`freecad-feedstock`'s `build.sh`](https://github.com/FreeCAD/freecad-feedstock/blob/master/recipe/build.sh#L41). I have removed `Boost_NO_BOOST_CMAKE` on my [`pixi` branch](https://github.com/oursland/FreeCAD/tree/pixi)...
I reproduced the Qt6 build failure in a Windows VM. The issue arrises from the inclusion of the [`/permissive-`](https://learn.microsoft.com/en-us/cpp/build/reference/permissive-standards-conformance?view=msvc-170) command line argument to `cl.exe`. Removing this manually results in successful...
[This commit](https://github.com/oursland/FreeCAD/commit/e6eb6c795e4e2606eadf6815cb52144f198cbf38) gets past the build failure. It is not at all what I was expecting as a fix, and am wondering if `i` has another definition prior to template...
Builds are breaking in CI as the package `defaults/noarch::conda-libmamba-solver-23.12.0` is being selected, which is incompatible.
GitHub Actions should not be considered like a normal software release as this is a piece of core CI infrastructure and is not something that can always be deferred until...
> I'm afraid I'm a little lost again. Do you mean the main branch of setup-miniconda, or do you mean that you tried out this branch and something I've done...
> Add a new setting to remove defaults if not in channels explicitly. Something like ignore_defaults_in_channels. This is the expected behavior. If I provide a list of channels, then I...
I have reported this to GH. I have encountered malware distribution like this in the past, including one that fraudulently racked up $150k in AWS charges to my then-employer. GH...