hashworks pushed to branch main at Arch Linux / Packaging / Packages / nomad


Commits:
460c4858 by Justin Kromlinger at 2024-02-14T19:42:59+01:00
upgpkg: 1.7.5-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = nomad
        pkgdesc = A simple and flexible workload orchestrator
-       pkgver = 1.7.3
+       pkgver = 1.7.5
        pkgrel = 1
        url = https://www.nomadproject.io
        arch = x86_64
@@ -20,7 +20,7 @@ pkgbase = nomad
        optdepends = nomad-driver-containerd: for containerd driver
        options = !lto
        backup = etc/nomad.d/defaults.hcl
-       source = 
nomad::git+https://github.com/hashicorp/nomad.git#commit=60ee328f97d19d2d2d9761251b895b06d82eb1a1
+       source = 
nomad::git+https://github.com/hashicorp/nomad.git#commit=5f5d4646198d09b8f4f6cb90fb5d50b53fa328b8
        source = systemd.service
        source = tmpfiles.conf
        source = defaults.hcl


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 # Maintainer: Justin Kromlinger <hashwo...@archlinux.org>
 
 pkgname=nomad
-pkgver=1.7.3
+pkgver=1.7.5
 pkgrel=1
 pkgdesc='A simple and flexible workload orchestrator'
 arch=('x86_64')
@@ -23,7 +23,7 @@ optdepends=(
 )
 backup=('etc/nomad.d/defaults.hcl')
 options=('!lto')
-_commit=60ee328f97d19d2d2d9761251b895b06d82eb1a1 #refs/tags/v1.7.3
+_commit=5f5d4646198d09b8f4f6cb90fb5d50b53fa328b8 #refs/tags/v1.7.5
 source=(
   "$pkgname::git+https://github.com/hashicorp/nomad.git#commit=$_commit";
   'systemd.service'
@@ -66,13 +66,18 @@ build() {
   export GOPATH="${srcdir}"
   local GO_TAGS="ui release"
 
+  echo "cppflags: $CGO_CPPFLAGS";
+  echo "cflags: $CGO_CFLAGS";
+  echo "cxxflags: $CGO_CXXFLAGS";
+  echo "ldflags: $LDFLAGS";
+
   go build -v \
     -buildmode=pie \
     -mod=readonly \
     -modcacherw \
     -ldflags "-compressdwarf=false \
     -linkmode external \
-    -extldflags ${LDFLAGS} \
+    -extldflags '${LDFLAGS}' \
     -X main.GitCommit=${pkgver}" \
     -tags "$GO_TAGS" \
     -o build \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nomad/-/commit/460c485829ff5e7e7191c32fedf992cfa26b42dc

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nomad/-/commit/460c485829ff5e7e7191c32fedf992cfa26b42dc
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to