Compare commits
No commits in common. "5e39ab0609f81a3a4dc8d98f03b47e397f10ce83" and "8d81df2e3fabf6cce3e071ac66ba8fae7bd72036" have entirely different histories.
5e39ab0609
...
8d81df2e3f
|
@ -1,4 +1,4 @@
|
||||||
image: "ubuntu:20.04"
|
image: "ubuntu:18.04"
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
GIT_STRATEGY: "pull"
|
GIT_STRATEGY: "pull"
|
||||||
|
@ -7,7 +7,6 @@ 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 \
|
||||||
|
@ -21,7 +20,6 @@ before_script:
|
||||||
gnupg \
|
gnupg \
|
||||||
libfuse-dev \
|
libfuse-dev \
|
||||||
nasm \
|
nasm \
|
||||||
parted \
|
|
||||||
pkg-config \
|
pkg-config \
|
||||||
software-properties-common \
|
software-properties-common \
|
||||||
syslinux \
|
syslinux \
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit e147b413eeb9eb7d01c85cfe1b6b6eea39c47a57
|
Subproject commit 5b64cb01f9d18206497f687a1d51d264b9a785f3
|
|
@ -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)-unknown-uefi
|
EFI_TARGET=$(ARCH)-efi-pe
|
||||||
|
|
||||||
## Cross compiler variables
|
## Cross compiler variables
|
||||||
AR=$(TARGET)-gcc-ar
|
AR=$(TARGET)-gcc-ar
|
||||||
|
|
Reference in New Issue