Skip to content
Snippets Groups Projects
Verified Commit d32d94c7 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Fix EFI variable, update CI to use 20.04

parent ecb4c979
No related branches found
No related tags found
No related merge requests found
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment