[arch-commits] Commit in timescaledb/trunk (PKGBUILD)
    George Rawlinson 
    grawlinson at gemini.archlinux.org
       
    Sun Aug 15 00:18:39 UTC 2021
    
    
  
    Date: Sunday, August 15, 2021 @ 00:18:38
  Author: grawlinson
Revision: 998678
upgpkg: timescaledb 2.4.0-4
Enable reproducible builds.
Modified:
  timescaledb/trunk/PKGBUILD
----------+
 PKGBUILD |    9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-15 00:17:36 UTC (rev 998677)
+++ PKGBUILD	2021-08-15 00:18:38 UTC (rev 998678)
@@ -13,7 +13,7 @@
   2.4.0 # current ts version
 )
 pkgver="${_versions[-1]}"
-pkgrel=3
+pkgrel=4
 pkgdesc="An open-source time-series database optimized for fast ingest and complex queries"
 arch=('x86_64')
 url="https://www.timescale.com/"
@@ -40,6 +40,13 @@
 
     # build package or past shared library
     cd "$srcdir/build/$version"
+
+    # temporarily ensure reproducible builds (value from `lsb_release -r`)
+    # TODO: resolve https://github.com/timescale/timescaledb/issues/3480
+    sed \
+      -e "s:BUILD_OS_VERSION \".*\"$:BUILD_OS_VERSION \"rolling\":" \
+      -i src/config.h
+
     if [ "$version" == "${_versions[-1]}" ]; then
       make
     else
    
    
More information about the arch-commits
mailing list