Skip to content
Snippets Groups Projects
Commit a9ef1d1e authored by minute's avatar minute
Browse files

Merge branch 'sde' into 'master'

.gitlab-ci.yml: set SOURCE_DATE_EPOCH to the timestamp of the last git commit...

See merge request reform/reform-boundary-uboot!17
parents 4aa8680c 67dad3de
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ build:
- apt-get update
- apt-get --yes install --no-install-recommends gcc-aarch64-linux-gnu build-essential bison flex device-tree-compiler
- cp mntreform-config .config
- env CROSS_COMPILE=aarch64-linux-gnu- ARCH=arm make flash.bin
- env SOURCE_DATE_EPOCH=$(git log -1 --format=%ct) CROSS_COMPILE=aarch64-linux-gnu- ARCH=arm make flash.bin
artifacts:
paths:
- "flash.bin"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment