From 8daa0df2b0cc3217f10aaefdb8888d3857c7a365 Mon Sep 17 00:00:00 2001 From: Caleb Xu Date: Tue, 10 Dec 2019 02:45:04 -0500 Subject: [PATCH] devspace 4.3.4 Closes #47678. Signed-off-by: FX Coudert --- Formula/devspace.rb | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/Formula/devspace.rb b/Formula/devspace.rb index 96a590f74776..165df03e6140 100644 --- a/Formula/devspace.rb +++ b/Formula/devspace.rb @@ -2,8 +2,8 @@ class Devspace < Formula desc "CLI helps develop/deploy/debug apps with Docker and k8s" homepage "https://devspace.cloud/docs" url "https://github.com/devspace-cloud/devspace.git", - :tag => "v4.3.1", - :revision => "ce8745f1f65a2a8d2efa4791b0be15e081f60337" + :tag => "v4.3.4", + :revision => "434896a7030b7ea030064e6d5f7599022db50f83" bottle do cellar :any_skip_relocation @@ -16,15 +16,8 @@ class Devspace < Formula depends_on "kubernetes-cli" def install - ENV["GOPATH"] = buildpath - - dir = buildpath/"src/github.com/devspace-cloud/devspace" - dir.install buildpath.children - - cd dir do - system "go", "build", "-o", bin/"devspace" - prefix.install_metafiles - end + system "go", "build", "-trimpath", "-o", bin/"devspace" + prefix.install_metafiles end test do