diff options
author | Jan Janssen <medhefgo@web.de> | 2023-02-26 14:09:44 +0100 |
---|---|---|
committer | Jan Janssen <medhefgo@web.de> | 2023-03-10 11:41:03 +0100 |
commit | dfca5587cf2032f9ad06041b93b0da5cb39b9989 (patch) | |
tree | 3998aae5fc6aeea7631dc27aa7fc64310fdc68fa /.github | |
parent | meson: Introduce userspace dep (diff) | |
download | systemd-dfca5587cf2032f9ad06041b93b0da5cb39b9989.tar.xz systemd-dfca5587cf2032f9ad06041b93b0da5cb39b9989.zip |
tree-wide: Drop gnu-efi
This drops all mentions of gnu-efi and its manual build machinery. A
future commit will bring bootloader builds back. A new bootloader meson
option is now used to control whether to build sd-boot and its userspace
tooling.
Diffstat (limited to '.github')
-rwxr-xr-x | .github/workflows/build_test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_test.sh b/.github/workflows/build_test.sh index c90044c9a8..2c7177b27b 100755 --- a/.github/workflows/build_test.sh +++ b/.github/workflows/build_test.sh @@ -9,7 +9,7 @@ success() { echo >&2 -e "\033[32;1m$1\033[0m"; } ARGS=( "--optimization=0" - "--optimization=s -Dgnu-efi=true -Defi-cflags=-m32 -Defi-libdir=/usr/lib32" + "--optimization=s -Dbootloader=true -Defi-cflags=-m32" "--optimization=3 -Db_lto=true -Ddns-over-tls=false" "--optimization=3 -Db_lto=false" "--optimization=3 -Ddns-over-tls=openssl" |