summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD11
2 files changed, 2 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96c8073d7507..d11a285ab1b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cilium-git
pkgdesc = API-aware Networking and Security for Containers based on BPF
- pkgver = 1.3.0rc5.r113.g3834d0e0a
+ pkgver = 1.3.0rc5.r189.g3c1c2b614
pkgrel = 1
url = https://cilium.io/
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index cad7686e055c..0d10e52539f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tony Lambiris <tony@criticalstack.com>
pkgname=cilium-git
-pkgver=1.3.0rc5.r113.g3834d0e0a
+pkgver=1.3.0rc5.r189.g3c1c2b614
pkgrel=1
pkgdesc="API-aware Networking and Security for Containers based on BPF"
arch=('x86_64')
@@ -45,15 +45,6 @@ build() {
make -C daemon apply-bindata
make V=1 proxylib plugins bpf cilium daemon monitor cilium-health bugtool tools
-
- export CC="/usr/bin/gcc"
- export CXX="/usr/bin/g++"
-
- cd envoy
- make proxylib-hdrs
-
- bazel clean
- bazel build //:envoy --action_env=PATH="$PATH"
}
package() {