Skip to content

Commit

Permalink
restore duped file for current ci
Browse files Browse the repository at this point in the history
  • Loading branch information
samansmink committed Nov 7, 2024
1 parent 1f10738 commit b5013c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ test_debug: test_extension_debug
test_release: test_extension_release

clean: clean_build clean_rust
clean_all: clean_configure clean_build clean_rust
clean_all: clean_configure clean
2 changes: 2 additions & 0 deletions duckdb_extension_c_api.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ build_extension_with_metadata_debug: check_configure
-dv $(MINIMUM_DUCKDB_VERSION) \
-evf configure/extension_version.txt \
-pf configure/platform.txt
$(PYTHON_VENV_BIN) -c "import shutil;shutil.copyfile('build/debug/$(EXTENSION_FILENAME)', 'build/debug/extension/$(EXTENSION_FILENAME)')"

build_extension_with_metadata_release: check_configure
$(PYTHON_VENV_BIN) extension-ci-tools/scripts/append_extension_metadata.py \
Expand All @@ -184,6 +185,7 @@ build_extension_with_metadata_release: check_configure
-dv $(MINIMUM_DUCKDB_VERSION) \
-evf configure/extension_version.txt \
-pf configure/platform.txt
$(PYTHON_VENV_BIN) -c "import shutil;shutil.copyfile('build/release/$(EXTENSION_FILENAME)', 'build/release/extension/$(EXTENSION_FILENAME)')"

#############################################
### Python
Expand Down

0 comments on commit b5013c6

Please sign in to comment.