Skip to content
This repository was archived by the owner on Jun 4, 2026. It is now read-only.

Commit 4f12f3a

Browse files
trigger CI
1 parent f28a97f commit 4f12f3a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,5 @@ workflows:
4545
filters:
4646
branches:
4747
only:
48-
- main
48+
- main
49+
- feature/align-fork-with-origin

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ build:
1212
CGO_ENABLED=1 CXX=clang++ go build \
1313
-o $(BIN_PATH)/bigquery-emulator \
1414
-ldflags='-s -w -X main.version=${VERSION} -X main.revision=${REVISION} ${STATIC_LINK_FLAG}' \
15-
-toolexec 'gtime -v' \
1615
./cmd/bigquery-emulator
1716

1817
docker-build:

0 commit comments

Comments
 (0)