Berry failed port attempt leftovers :(
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m9s

This commit is contained in:
2026-03-08 23:35:41 +01:00
parent ed4db21cf2
commit bea4ddd2c8
22 changed files with 218 additions and 26 deletions

View File

@@ -12,3 +12,4 @@ make -B all_compiledb_libkb
make -B all_compiledb_libaux
make -B all_compiledb_libarena
make -B all_compiledb_libioutil
make -B all_compiledb_libmath

View File

@@ -19,6 +19,7 @@ make -B all_libkb "$bt"
make -B all_libaux "$bt"
make -B all_libarena "$bt"
make -B all_libioutil "$bt"
make -B all_libmath "$bt"
make -B all_apps "$bt"
make -B all_dist
./aux/limine_iso_amd64.sh

View File

@@ -13,5 +13,6 @@ make -B docs_libkb
make -B docs_libaux
make -B docs_libarena
make -B docs_libioutil
make -B docs_libmath
mkdocs build

View File

@@ -12,4 +12,5 @@ make -B format_libkb
make -B format_libaux
make -B format_libarena
make -B format_libioutil
make -B format_libmath
make -B format_apps