mirror of
https://github.com/usatiuk/ficus.git
synced 2025-10-29 00:27:52 +01:00
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:
@@ -17,7 +17,7 @@ mkdir -p prefix
|
||||
|
||||
if [ ! -d "grub-2.06" ]; then
|
||||
wget https://ftp.gnu.org/gnu/grub/grub-2.06.tar.xz
|
||||
tar xvf grub-2.06.tar.xz
|
||||
tar xf grub-2.06.tar.xz
|
||||
rm grub-2.06.tar.xz
|
||||
fi
|
||||
|
||||
@@ -43,4 +43,8 @@ export PATH="$PREFIX/bin:$PATH"
|
||||
make -j$(nproc)
|
||||
make install
|
||||
|
||||
cd ..
|
||||
rm -rf build
|
||||
rm -rf grub-2.06
|
||||
|
||||
touch -m ../done
|
||||
|
||||
Reference in New Issue
Block a user