Skip to content

Commit

Permalink
Merge pull request #191 from jboss-fuse/revert-190-jbfuse/release-2.3.x
Browse files Browse the repository at this point in the history
Revert "Revert "fix(ci): brew failure due to non official builder tool""
  • Loading branch information
claudio4j authored Apr 19, 2024
2 parents c709907 + 2e6201c commit 2168a4e
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 2168a4e

Please sign in to comment.