Skip to content

Commit

Permalink
sys-boot: upgrade Limine to 7.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mintsuki committed Feb 14, 2024
1 parent d813c84 commit ffe0e6b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions bootstrap.d/sys-boot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ sources:
- name: limine
subdir: 'ports'
git: 'https://github.com/limine-bootloader/limine.git'
tag: 'v7.0.3'
version: '7.0.3'
tag: 'v7.0.4'
version: '7.0.4'
tools_required:
- host-autoconf-v2.69
- host-automake-v1.16
Expand All @@ -22,7 +22,6 @@ tools:
architecture: '@OPTION:arch@'
from_source: limine
containerless: true
revision: 2
configure:
- args:
- '@THIS_SOURCE_DIR@/configure'
Expand All @@ -33,7 +32,6 @@ tools:
- '--enable-bios'
- '--enable-bios-cd'
- '--enable-bios-pxe'
- 'LDFLAGS=-static'
compile:
- args: ['make', '-j@PARALLELISM@']
install:
Expand All @@ -48,7 +46,6 @@ packages:
- system-gcc
pkgs_required:
- mlibc
revision: 2
configure:
- args:
- '@THIS_SOURCE_DIR@/configure'
Expand Down

0 comments on commit ffe0e6b

Please sign in to comment.