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:
|
variables:
|
||||||
GIT_STRATEGY: "pull"
|
GIT_STRATEGY: "pull"
|
||||||
|
@ -7,6 +7,7 @@ variables:
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- |
|
- |
|
||||||
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
apt-get update -qq &&
|
apt-get update -qq &&
|
||||||
apt-get install -qq \
|
apt-get install -qq \
|
||||||
bison \
|
bison \
|
||||||
|
|
|
@ -53,7 +53,7 @@ INSTALLER=\
|
||||||
installer/target/release/redox_installer $(INSTALLER_FLAGS)
|
installer/target/release/redox_installer $(INSTALLER_FLAGS)
|
||||||
|
|
||||||
## Bootloader variables
|
## Bootloader variables
|
||||||
EFI_TARGET=$(ARCH)-efi-pe
|
EFI_TARGET=$(ARCH)-unknown-uefi
|
||||||
|
|
||||||
## Cross compiler variables
|
## Cross compiler variables
|
||||||
AR=$(TARGET)-gcc-ar
|
AR=$(TARGET)-gcc-ar
|
||||||
|
|
Loading…
Reference in a new issue