Skip to content

Exclude Windows build (upstream compatibility) - symbol collision wit… #7

Exclude Windows build (upstream compatibility) - symbol collision wit…

Exclude Windows build (upstream compatibility) - symbol collision wit… #7

name: Main Extension Distribution Pipeline
on:
push: null
pull_request: null
workflow_dispatch: null
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || '' }}-${{
github.base_ref || '' }}-${{ github.ref != 'refs/heads/main' && github.sha ||
'' }}
cancel-in-progress: true
jobs:
duckdb-next-build:
name: Build extension binaries
uses: duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@main
with:
duckdb_version: v1.4-andium
ci_tools_version: main
extension_name: radio
exclude_archs: wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools;windows_amd64;windows_amd64_mingw
secrets:
VCPKG_CACHING_AWS_ACCESS_KEY_ID: ${{ secrets.VCPKG_CACHING_AWS_ACCESS_KEY_ID
}}
VCPKG_CACHING_AWS_SECRET_ACCESS_KEY: ${{ secrets.VCPKG_CACHING_AWS_SECRET_ACCESS_KEY
}}
VCPKG_CACHING_AWS_ENDPOINT_URL: ${{ secrets.VCPKG_CACHING_AWS_ENDPOINT_URL }}
VCPKG_CACHING_AWS_DEFAULT_REGION: ${{ secrets.VCPKG_CACHING_AWS_DEFAULT_REGION}}