mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-06 03:28:42 +08:00
Fix EFI variable, update CI to use 20.04
This commit is contained in:
parent
ecb4c97966
commit
d32d94c796
@ -1,4 +1,4 @@
|
||||
image: "ubuntu:18.04"
|
||||
image: "ubuntu:20.04"
|
||||
|
||||
variables:
|
||||
GIT_STRATEGY: "pull"
|
||||
@ -7,6 +7,7 @@ variables:
|
||||
|
||||
before_script:
|
||||
- |
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
apt-get update -qq &&
|
||||
apt-get install -qq \
|
||||
bison \
|
||||
|
||||
@ -53,7 +53,7 @@ INSTALLER=\
|
||||
installer/target/release/redox_installer $(INSTALLER_FLAGS)
|
||||
|
||||
## Bootloader variables
|
||||
EFI_TARGET=$(ARCH)-efi-pe
|
||||
EFI_TARGET=$(ARCH)-unknown-uefi
|
||||
|
||||
## Cross compiler variables
|
||||
AR=$(TARGET)-gcc-ar
|
||||
|
||||
Loading…
Reference in New Issue
Block a user