summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Lambiris2018-11-02 15:17:12 -0400
committerTony Lambiris2018-11-02 15:17:12 -0400
commit760459ae4014f48f310c35bca07f1de32e6a7a48 (patch)
tree64bfab832b7a7590e551085ed5b6bb5bc77660e8
parent75554fe73d404e4adc9ba692c0b6670dea7bfb13 (diff)
downloadaur-760459ae4014f48f310c35bca07f1de32e6a7a48.tar.gz
Version bump, remove envoy
-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() {