diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4d5e5e78..9124623d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,5 @@ variables: NO_DOCKER: 1 - NETWORK_MODE: host BUILDKIT_HOST: tcp://veilid-runner-1:8372 EARTHLY_EXEC_CMD: "/bin/sh" @@ -12,3 +11,4 @@ earthly: - amd64 script: - earthly --ci -P --no-cache +package-linux + diff --git a/Earthfile b/Earthfile index 8ce1a7bd..07a70dd7 100644 --- a/Earthfile +++ b/Earthfile @@ -6,6 +6,11 @@ FROM --platform amd64 ubuntu:16.04 # Install build prerequisites deps-base: + RUN echo "APT start" + RUN nslookup 1.1.1.1 + RUN cat /etc/apt/sources.list + RUN cat /etc/resolv.conf + RUN echo "APT stop" RUN apt-get -y update RUN apt-get install -y iproute2 curl build-essential cmake libssl-dev openssl file git pkg-config libdbus-1-dev libdbus-glib-1-dev libgirepository1.0-dev libcairo2-dev @@ -130,4 +135,4 @@ package-linux-arm64: package-linux: BUILD +package-linux-amd64 - BUILD +package-linux-arm64 \ No newline at end of file + BUILD +package-linux-arm64