Skip to content

Commit

Permalink
fix(ci): brew failure due to non official builder tool
Browse files Browse the repository at this point in the history
WARNING: this commit should be reverted as soon as we move back to official builder tool
  • Loading branch information
squakez committed Apr 12, 2024
1 parent 20853f4 commit 7e623d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ else
$(warning Could not retrieve a valid Git Commit)
endif

GOFLAGS = -ldflags "$(GOLDFLAGS)" -trimpath
#GOFLAGS = -ldflags "$(GOLDFLAGS)" -trimpath

define LICENSE_HEADER
Licensed to the Apache Software Foundation (ASF) under one or more
Expand Down Expand Up @@ -213,7 +213,7 @@ codegen-tools-install: controller-gen

build: codegen build-resources test build-kamel build-compile-integration-tests

ci-build: clean codegen set-version check-licenses dir-licenses build-kamel cross-compile
ci-build: codegen set-version check-licenses dir-licenses build-kamel cross-compile

do-build: gotestfmt-install
ifeq ($(DO_TEST_PREBUILD),true)
Expand Down

0 comments on commit 7e623d5

Please sign in to comment.