Skip to content

Commit

Permalink
Merge pull request #3 from carlopi/wasm_build
Browse files Browse the repository at this point in the history
  • Loading branch information
rustyconover authored Nov 11, 2024
2 parents 87bb25c + b728fd7 commit a45b284
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/MainDistributionPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,19 @@ concurrency:
jobs:
duckdb-stable-build:
name: Build extension binaries
uses: duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@v1.0.0
uses: duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@v1.1.3
with:
duckdb_version: v1.0.0
duckdb_version: v1.1.3
ci_tools_version: v1.1.3
extension_name: lindel
enable_rust: true
# exclude_archs: "wasm_mvp;wasm_eh;wasm_threads"

duckdb-stable-deploy:
name: Deploy extension binaries
needs: duckdb-stable-build
uses: ./.github/workflows/_extension_deploy.yml
secrets: inherit
with:
duckdb_version: v1.0.0
duckdb_version: v1.1.3
extension_name: lindel
deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
# exclude_archs: "wasm_mvp;wasm_eh;wasm_threads"
2 changes: 1 addition & 1 deletion duckdb
Submodule duckdb updated 480 files
1 change: 1 addition & 0 deletions extension_config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
duckdb_extension_load(lindel
SOURCE_DIR ${CMAKE_CURRENT_LIST_DIR}
LOAD_TESTS
LINKED_LIBS "../../cargo/build/wasm32-unknown-emscripten/release/libduckdb_lindel_rust.a"
)

# Any extra extensions that should be built
Expand Down

0 comments on commit a45b284

Please sign in to comment.