Use utc time

master
Marko Semet 2020-07-10 17:48:09 +02:00
parent bff9ccdaeb
commit f0f3de9fd3
1 changed files with 17 additions and 7 deletions

View File

@ -11,6 +11,8 @@ build-options:
- SOURCE_DATE_EPOCH=1
- FLATPAK_BUILDER_N_JOBS=1
- HOME=/tmp
ldflags:
- --build-id=none
modules:
- name: test-arch
@ -33,11 +35,15 @@ modules:
- type: file
url: https://s3.marko10-000.de/general/flatpaks/wine/deterministic_ignore_env.diff
sha256: 38e8d54c305cde5eb06b4f343933edf7fef6b0f3b0eeb673e7aea15d535a9986
- type: file
url: https://s3.marko10-000.de/general/flatpaks/wine/globale_time.diff
sha256: 4c11764b1f065446d9c58ac0d980548ae95a6a2da6232ad34acb0700359b7bfc
- type: shell
commands:
- "git apply -v deterministic_pub1.diff || (echo !!! OLD VERSION !!! && git apply -v deterministic_pub1_fix_old.diff)"
- git apply -v deterministic_ignore_env.diff
- rm deterministic_pub1.diff deterministic_pub1_fix_old.diff deterministic_ignore_env.diff
- git apply -v globale_time.diff
- rm deterministic_pub1.diff deterministic_pub1_fix_old.diff deterministic_ignore_env.diff globale_time.diff
config-opts:
- --enable-win64
- --with-x
@ -68,11 +74,15 @@ modules:
- type: file
url: https://s3.marko10-000.de/general/flatpaks/wine/deterministic_ignore_env.diff
sha256: 38e8d54c305cde5eb06b4f343933edf7fef6b0f3b0eeb673e7aea15d535a9986
- type: file
url: https://s3.marko10-000.de/general/flatpaks/wine/globale_time.diff
sha256: 4c11764b1f065446d9c58ac0d980548ae95a6a2da6232ad34acb0700359b7bfc
- type: shell
commands:
- "git apply -v deterministic_pub1.diff || (echo !!! OLD VERSION !!! && git apply -v deterministic_pub1_fix_old.diff)"
- git apply -v deterministic_ignore_env.diff
- rm deterministic_pub1.diff deterministic_pub1_fix_old.diff deterministic_ignore_env.diff
- git apply -v globale_time.diff
- rm deterministic_pub1.diff deterministic_pub1_fix_old.diff deterministic_ignore_env.diff globale_time.diff
config-opts:
- --disable-tests
- --disable-win64
@ -85,15 +95,15 @@ modules:
build-options:
ldflags-override: true
no-debuginfo-compression: true
post-install:
- find /app/lib32/wine -name \*.dll -exec strip -v --strip-debug '{}' \;
- find /app/lib32/wine -name \*.exe -exec strip -v --strip-debug '{}' \;
#post-install:
# - find /app/lib32/wine -name \*.dll -exec strip -v --strip-debug '{}' \;
# - find /app/lib32/wine -name \*.exe -exec strip -v --strip-debug '{}' \;
- name: wine-64bit-install
buildsystem: simple
build-commands:
- cd /app/tmp/64bit/_flatpak_build && make install
- find /app/lib64/wine -name \*.dll -exec strip -v --strip-debug '{}' \;
- find /app/lib64/wine -name \*.exe -exec strip -v --strip-debug '{}' \;
# - find /app/lib64/wine -name \*.dll -exec strip -v --strip-debug '{}' \;
# - find /app/lib64/wine -name \*.exe -exec strip -v --strip-debug '{}' \;
- printenv > /app/build_env.txt
build-options:
no-debuginfo-compression: true