Commit Graph
27 Commits
Author SHA1 Message Date
Aidan 59b407d75d Merge branch 'main' into local-fp 2024-03-13 20:31:52 -05:00
Aidan Case 1278f5db87 Try saving space after building deps 2024-03-13 20:29:09 -05:00
Aidan Case ef108087ee Fix MacOS build 2024-03-13 20:26:01 -05:00
Aidan Case 3eec47471b compress debug info 2024-03-10 11:49:57 -05:00
Aidan Case a69c044853 remove build objects for flatpak ci 2024-03-09 22:25:15 -06:00
Aidan Case 1ca53e5a48 do cleanup after running each step 2024-03-08 15:26:11 -06:00
Aidan Case e9af24dc36 I doubt this will do anything 2024-03-08 11:25:34 -06:00
Aidan Case 2666a89d7a clear ci image 2024-03-08 10:11:09 -06:00
Aidan Case cc6535d2a1 what even happened 2024-03-08 00:07:33 -06:00
Aidan Case 69024298f1 initial ci check 2024-03-07 21:54:28 -06:00
Aidan 786e666724 update patch command for all other plats 2024-03-07 09:16:15 -06:00
Aidan b541b7a813 Transfer over all the _destdir, again 2024-03-06 22:53:47 -06:00
Aidan 33ebb7fa01 Update the destdir stuff for mpfr, gmp 2024-03-06 20:10:14 -06:00
Aidan Case b97dcd88b7 restrict package finding to flatpak only 2024-03-06 18:14:29 -06:00
Aidan Case 611d0fe57b actually append the /usr/local 2024-03-05 21:13:21 -06:00
Aidan Case d685a2da5d Flip the flag 2024-03-04 17:09:03 -06:00
Aidan Case ddea6159bf Merge remote-tracking branch 'remote/main' into local-fp 2024-03-04 14:19:13 -06:00
Aidan Case 43ea596252 do "proper" patching of wxwidgets 2024-02-26 18:05:57 -06:00
Aidan Case 276774fa44 figure out why wxwidgets isnt getting its patches applied 2024-02-26 00:56:57 -06:00
Aidan Case caaadbd9d3 attempt to fix wxwebview undef 2024-02-22 19:16:16 -06:00
Aidan Case 0c9d2675c3 fix up rest of paths 2024-02-22 00:38:27 -06:00
Aidan Case e2a38ffc1c add some workarounds for /usr/local 2024-02-21 21:09:30 -06:00
Aidan Case 7cd08e93cf Merge remote-tracking branch 'upstream/main' into local-fp 2024-02-21 21:03:08 -06:00
Aidan Case b179cb734c fix wx, use hack to install into /app 2024-02-19 19:15:59 -06:00
Aidan Case 08e687e2ac Initial commit for the builder 2024-02-18 22:27:09 -06:00
Aidan 955601d632 Give CGAL a boost::prior (import) (#3978)
CGAL uses boost::prior but doesn't import it properly. A small hack here
just imports it before importing anything CGAL.
2024-02-10 10:25:16 +08:00
Aidan 951fc8e98a A *lot* of import fixes for flatpak (#3909)
* A *lot* of import fixes for flatpak

Aside, thank you @hadess for the majority of these fixes. You are the
base point for a lot of issues fixed during the creation of this
flatpak.

* Use slic3r::load_string_file

Boost 1.84 removed `boost::fs::load_string_file` so use the func located
in Utils.hpp
2024-01-31 11:23:29 +00:00