Compare commits

..

No commits in common. "5e39ab0609f81a3a4dc8d98f03b47e397f10ce83" and "8d81df2e3fabf6cce3e071ac66ba8fae7bd72036" have entirely different histories.

3 changed files with 3 additions and 5 deletions

View File

@ -1,4 +1,4 @@
image: "ubuntu:20.04"
image: "ubuntu:18.04"
variables:
GIT_STRATEGY: "pull"
@ -7,7 +7,6 @@ variables:
before_script:
- |
export DEBIAN_FRONTEND=noninteractive
apt-get update -qq &&
apt-get install -qq \
bison \
@ -21,7 +20,6 @@ before_script:
gnupg \
libfuse-dev \
nasm \
parted \
pkg-config \
software-properties-common \
syslinux \

@ -1 +1 @@
Subproject commit e147b413eeb9eb7d01c85cfe1b6b6eea39c47a57
Subproject commit 5b64cb01f9d18206497f687a1d51d264b9a785f3

View File

@ -53,7 +53,7 @@ INSTALLER=\
installer/target/release/redox_installer $(INSTALLER_FLAGS)
## Bootloader variables
EFI_TARGET=$(ARCH)-unknown-uefi
EFI_TARGET=$(ARCH)-efi-pe
## Cross compiler variables
AR=$(TARGET)-gcc-ar