Fix Linux CI segfault by using synchronous httplib task queue. #476
Workflow file for this run
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: | |
| paths-ignore: | |
| - '**.md' | |
| - '**..yml' | |
| 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-stable-build: | |
| name: Build extension binaries | |
| uses: duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@v1.5.4 | |
| with: | |
| duckdb_version: v1.5.4 | |
| ci_tools_version: v1.5.4 | |
| extension_name: httpserver |