Revert "Fix missing force-build, use non-docker publish action, be nice to cache (#11688)"

This reverts commit 8989e2102d.
This commit is contained in:
SoftFever
2026-01-05 17:49:52 +08:00
parent cf9de8e444
commit 1893712063
5 changed files with 139 additions and 62 deletions

View File

@@ -21,7 +21,7 @@ function usage() {
echo " -p: boost ccache hit rate by disabling precompiled headers (default: ON)"
echo " -r: skip RAM and disk checks (low RAM compiling)"
echo " -s: build the Orca Slicer (optional)"
echo " -t: build tests (optional)"
echo " -t: build tests (optional), requires -s flag"
echo " -u: install system dependencies (asks for sudo password; build prerequisite)"
echo " -l: use Clang instead of GCC (default: GCC)"
echo " -L: use ld.lld as linker (if available)"