From e9a16ac108b6984f296b540b2f5aafd1e277b0b2 Mon Sep 17 00:00:00 2001 From: Johannes Schauer Marin Rodrigues <josch@mister-muffin.de> Date: Tue, 4 Jul 2023 16:26:36 +0200 Subject: [PATCH] .gitlab-ci.yml: install git to set SOURCE_DATE_EPOCH to last commit timestamp --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5a7ad9cacca..44a2c7a2f65 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ image: debian:bullseye-slim build: script: - apt-get update - - apt-get --yes install --no-install-recommends gcc-aarch64-linux-gnu build-essential bison flex device-tree-compiler + - apt-get --yes install --no-install-recommends gcc-aarch64-linux-gnu build-essential bison flex device-tree-compiler git - cp mntreform-config .config - ./build.sh artifacts: -- GitLab