CI: build in ci, more streamlined toolchain

Reviewed-on: #2
Co-authored-by: Stepan Usatiuk <stepan@usatiuk.com>
Co-committed-by: Stepan Usatiuk <stepan@usatiuk.com>
This commit is contained in:
2024-04-28 08:36:50 +02:00
committed by Stepan Usatiuk
parent bf31f41d9a
commit df13f41be2
15 changed files with 245 additions and 62 deletions

View File

@@ -17,7 +17,7 @@ mkdir -p prefix
if [ ! -d "limine-5.20230830.0" ]; then
wget https://github.com/limine-bootloader/limine/releases/download/v5.20230830.0/limine-5.20230830.0.tar.xz
tar xvf limine-5.20230830.0.tar.xz
tar xf limine-5.20230830.0.tar.xz
rm limine-5.20230830.0.tar.xz
fi
@@ -44,4 +44,8 @@ grep -rl "define DEFAULT_VAR =" ../limine-5.20230830.0 | xargs sed -i.bak -e 's/
make -j$(nproc) install
cd ..
rm -rf build
rm -rf limine-5.20230830.0
touch -m ../done