Jacob Oursland
fde5ad9af6
CI: set MACOS_DEPLOYMENT_TARGET=10.13 for Intel macOS.
...
The MACOS_DEPLOYMENT_TARGET was not explicitly set, resulting in a default of 10.9, which does not support C++
features needed by some components in FreeCAD. This PR sets the MACOS_DEPLOYMENT_TARGET to 10.13 to build
for platforms running macOS High Sierra (2017) or newer.
2025-06-10 09:41:53 -03:00
Zbyněk Winkler
da975492a0
update pixi.lock to sync updates to recipe.yaml
2025-06-02 13:13:04 +02:00
Zbyněk Winkler
65d534e854
typing_extensions package was missing 's'
2025-06-02 13:12:40 +02:00
Jacob Oursland
c74752c526
CI: add typing_extensions to runtime dependency for weekly build.
2025-06-01 15:38:32 -04:00
Jacob Oursland
e6bcda81a1
CI: pin occt==7.8.1 on weekly builds.
2025-05-26 18:31:05 +02:00
Jacob Oursland
22c9364823
CI: fix weekly builds.
2025-05-13 08:38:29 +02:00
Jackson Oursland
493fea4e8d
macOS: Remove duplicate RPATHs ( #21244 )
...
* Package: fix formatting.
* Package: correct printing of directory being processed.
* Package: remove duplicate RPATHs for macOS builds.
* Package: note the additional issue affecting RPATHs in the bundle script.
2025-05-12 11:21:14 -05:00
Jacob Oursland
41603dbf20
CI: use the weekly build tag in title bar of main window.
2025-05-12 11:22:14 +02:00
Jacob Oursland
16e27a2bea
Linux: Force QT_QPA_PLATFORM=xcb for Wayland compat.
2025-05-08 08:29:15 -05:00
Jacob Oursland
2fca8dff75
macOS: Remove QT_MAC_WANTS_LAYER=1, which is no longer valid.
2025-05-06 15:01:36 -05:00
Jacob Oursland
47aa5c928a
macOS: Do not force LANG=UTF-8, which is not valid.
2025-05-06 14:51:58 -05:00
Jacob Oursland
121e2acd0c
CI: unify the location of GitHub release creation.
2025-05-02 20:28:24 +02:00
Jacob Oursland
2ebf92e1b5
CI: update AppImage build with correct repo locaiton and tag.
2025-05-02 20:26:21 +02:00
Jacob Oursland
bb0c06e8f7
pixi: Downgrade to Qt6 6.7.x.
2025-05-02 00:16:31 +02:00
Jacob Oursland
e0903c887b
CI: update weekly bundle scripts for Windows and Linux.
2025-04-16 12:34:44 -07:00
Jacob Oursland
a5a92cd5bd
CI: update weekly build dependencies.
...
Fix broken dependencies for Windows, downgrade to Python 3.11 for compatibility with Blender, and add ifcopenshell.
2025-04-16 12:34:44 -07:00
Jacob Oursland
1466d8bb96
CI: update weekly build dependencies for Linux.
2025-04-15 16:12:59 -05:00
Luz Paz
3fa260f869
Fix various typos
...
Found via codespell
2025-04-13 14:06:26 -05:00
Jacob Oursland
7d68db60b4
CI: fix macOS weekly build.
2025-04-11 22:48:47 -05:00
Jacob Oursland
8af8b7d0e9
CI/CD: Implement weekly builds.
...
Brings over the functionality in https://github.com/FreeCAD/FreeCAD-Bundle
to build Linux AppImage, macOS .dmg, and Windows 7z releases.
This version also creates a tagged release for each build, creating an
archive of the weekly builds as well as the ability to easily tie each
build to a git commit. This will make running 'git bisect' easy to
identify sources of regressions.
2025-04-09 14:55:56 -07:00