Skip to content

Commit

Permalink
make using duckdb repository and link in duckdb_sqlsmith
Browse files Browse the repository at this point in the history
  • Loading branch information
Tmonster committed Jul 12, 2024
1 parent 91c57b2 commit 6c66a3f
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions .github/workflows/test-fuzzer-ci-still-works.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,29 @@ jobs:
shell: bash
run: sudo apt-get update -y -qq && sudo apt-get install -y -qq ninja-build ccache

- name: checkout
uses: actions/checkout@v3
- uses: actions/checkout@v3
with:
submodules: 'recursive'
repository: duckdb/duckdb
fetch-depth: 0

- name: Setup Ccache
uses: hendrikmuhs/ccache-action@main

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- id: find-hash
run: echo "::set-output name=hash::$(git rev-parse HEAD)"

- name: create build sqlsmith extension file
shell: bash
run: |
echo "duckdb_extension_load(sqlsmith
GIT_URL https://github.com/duckdb/duckdb_sqlsmith
GIT_TAG main
)" > sqlsmith.cmake
- name: build
- name: Build
shell: bash
run: |
make debug
EXTENSION_CONFIGS="sqlsmith.cmake" make debug
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 6c66a3f

Please sign in to comment.