Fix EFI variable, update CI to use 20.04

This commit is contained in:
Jeremy Soller 2020-12-24 15:30:01 -07:00
parent ecb4c97966
commit d32d94c796
No known key found for this signature in database
GPG key ID: E988B49EE78A7FB1
2 changed files with 3 additions and 2 deletions

View file

@ -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 \

View file

@ -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