Skip to content

Commit

Permalink
debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelScofield committed Jan 26, 2024
1 parent 3b5fb20 commit 6076a29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build-greptime-binary/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ runs:
if: ${{ inputs.build-android-artifacts == 'false' }}
run: |
cd ${{ inputs.working-dir }} && \
git config --global --get-all safe.directory && \
git config --global --get-all safe.directory | cat && \
make build-by-dev-builder \
CARGO_PROFILE=${{ inputs.cargo-profile }} \
FEATURES=${{ inputs.features }} \
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ endif

.PHONY: build
build: ## Build debug version greptime.
git config --global --get-all safe.directory && \
git config --global --get-all safe.directory | cat && \
cargo ${CARGO_EXTENSION} build ${CARGO_BUILD_OPTS}

.POHNY: build-by-dev-builder
Expand Down

0 comments on commit 6076a29

Please sign in to comment.