We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f28a97f commit 4f12f3aCopy full SHA for 4f12f3a
2 files changed
.circleci/config.yml
@@ -45,4 +45,5 @@ workflows:
45
filters:
46
branches:
47
only:
48
- - main
+ - main
49
+ - feature/align-fork-with-origin
Makefile
@@ -12,7 +12,6 @@ build:
12
CGO_ENABLED=1 CXX=clang++ go build \
13
-o $(BIN_PATH)/bigquery-emulator \
14
-ldflags='-s -w -X main.version=${VERSION} -X main.revision=${REVISION} ${STATIC_LINK_FLAG}' \
15
- -toolexec 'gtime -v' \
16
./cmd/bigquery-emulator
17
18
docker-build:
0 commit comments