FreeCAD / FreeCAD-snap

The official Snap package of the FreeCAD project
https://snapcraft.io/freecad
8 stars 9 forks source link

Snap Test Build: Enable Toponaming mitigation code #110

Closed chennes closed 5 months ago

chennes commented 5 months ago

Do not merge this PR, it exists only to allow the snap to build.

github-actions[bot] commented 5 months ago

A build from commit 478c0c845a35801a3b0e1186338ba3161c71026a has been published to channel edge/pr-110 as revision 1003.

Installation instructions

    # Note: not all distros require 'sudo'
    $ sudo snap install --channel=edge/pr-110 freecad

    # If you already have the freecad snap installed
    $ sudo snap refresh --channel=edge/pr-110 freecad 

    # Experimental: Parallel install (see https://github.com/FreeCAD/FreeCAD-snap/blob/master/docs/index.md#parallel-installs)
    $ sudo snap set system experimental.parallel-instances=true
    $ sudo snap install --channel=edge/pr-110 freecad_pr110
    $ freecad_pr110 # Run it

    # To switch back to preferred snap (swap out 'edge' for 'stable' if necessary)
    $ snap refresh freecad --channel=edge freecad
github-actions[bot] commented 5 months ago

A build from commit 478c0c845a35801a3b0e1186338ba3161c71026a has been published to channel edge/pr-110 as revision 1004.

Installation instructions

    # Note: not all distros require 'sudo'
    $ sudo snap install --channel=edge/pr-110 freecad

    # If you already have the freecad snap installed
    $ sudo snap refresh --channel=edge/pr-110 freecad 

    # Experimental: Parallel install (see https://github.com/FreeCAD/FreeCAD-snap/blob/master/docs/index.md#parallel-installs)
    $ sudo snap set system experimental.parallel-instances=true
    $ sudo snap install --channel=edge/pr-110 freecad_pr110
    $ freecad_pr110 # Run it

    # To switch back to preferred snap (swap out 'edge' for 'stable' if necessary)
    $ snap refresh freecad --channel=edge freecad
chennes commented 5 months ago

The compilation isn't including the TNP fix, I will re-issue a new PR once I know why it's not working.