Enable Windows build: use redis-plus-plus without TLS on Windows to a… #6
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 | |
| 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}} |