Skip to content

Commit

Permalink
add distribution matrix recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
samansmink committed Oct 12, 2024
1 parent fc73219 commit 07eb6b4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,8 @@ clean_test_dependencies:
set_duckdb_version: install_test_dependencies

set_duckdb_tag:
@echo "NOP"
@echo "NOP"

output_distribution_matrix:
mkdir -p build
cp extension-ci-tools/config/distribution_matrix.json build/distribution_matrix.json

0 comments on commit 07eb6b4

Please sign in to comment.