Skip to content

Commit

Permalink
{debug}
Browse files Browse the repository at this point in the history
  • Loading branch information
luhenry committed Apr 9, 2024
1 parent ef462b8 commit 336e3ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ concurrency:
jobs:
adapters:
name: Linux release with adapters
runs-on: 8-core
# runs-on: 8-core
runs-on: ubuntu-latest
container: ghcr.io/facebookincubator/velox-dev:adapters
defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ clean: #: Delete all build artifacts

cmake: #: Use CMake to create a Makefile build system
mkdir -p $(BUILD_BASE_DIR)/$(BUILD_DIR) && \
cmake -B \
cmake --trace -B \
"$(BUILD_BASE_DIR)/$(BUILD_DIR)" \
${CMAKE_FLAGS} \
$(GENERATOR) \
Expand Down

0 comments on commit 336e3ee

Please sign in to comment.