|
38 | 38 | name: Download duckdb
|
39 | 39 | with:
|
40 | 40 | repository: "duckdb/duckdb"
|
41 |
| - tag: "v0.6.1" |
| 41 | + tag: "v0.7.0" |
42 | 42 | fileName: ${{ matrix.duckdb }}
|
43 | 43 | out-file-path: .
|
44 | 44 |
|
@@ -118,34 +118,17 @@ jobs:
|
118 | 118 | with:
|
119 | 119 | rust-version: nightly
|
120 | 120 | components: rust-src
|
121 |
| - # download libduckdb |
122 |
| - - uses: robinraju/release-downloader@v1.4 |
123 |
| - name: Download duckdb |
124 |
| - with: |
125 |
| - repository: "duckdb/duckdb" |
126 |
| - tag: "v0.6.1" |
127 |
| - fileName: "libduckdb-linux-amd64.zip" |
128 |
| - out-file-path: . |
129 |
| - - name: Linux extract duckdb |
130 |
| - uses: ihiroky/extract-action@v1 |
131 |
| - with: |
132 |
| - file_path: ${{ github.workspace }}/libduckdb-linux-amd64.zip |
133 |
| - extract_dir: libduckdb |
134 | 121 | - name: Tests with asan
|
135 | 122 | env:
|
136 | 123 | RUSTFLAGS: -Zsanitizer=address
|
137 | 124 | RUSTDOCFLAGS: -Zsanitizer=address
|
138 | 125 | ASAN_OPTIONS: "detect_stack_use_after_return=1:detect_leaks=1"
|
139 |
| - DUCKDB_LIB_DIR: ${{ github.workspace }}/libduckdb |
140 |
| - DUCKDB_INCLUDE_DIR: ${{ github.workspace }}/libduckdb |
141 |
| - LD_LIBRARY_PATH: ${{ github.workspace }}/libduckdb |
142 | 126 | # Work around https://github.com/rust-lang/rust/issues/59125 by
|
143 | 127 | # disabling backtraces. In an ideal world we'd probably suppress the
|
144 | 128 | # leak sanitization, but we don't care about backtraces here, so long
|
145 | 129 | # as the other tests have them.
|
146 | 130 | RUST_BACKTRACE: "0"
|
147 |
| - # run: cargo -Z build-std test --features 'bundled' --features 'modern-full' --target x86_64-unknown-linux-gnu |
148 |
| - run: cargo -Z build-std test --features 'modern-full' --target x86_64-unknown-linux-gnu |
| 131 | + run: cargo -Z build-std test --features 'bundled' --features 'modern-full' --target x86_64-unknown-linux-gnu |
149 | 132 |
|
150 | 133 | - uses: wangfenjin/publish-crates@main
|
151 | 134 | name: cargo publish --dry-run
|
|
0 commit comments