Skip to content

Commit 18c83db

Browse files
committed
Merge remote-tracking branch 'upstream/main' into varchar_default_ut8view
2 parents 0be56a3 + 39063f6 commit 18c83db

File tree

94 files changed

+1629
-1141
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+1629
-1141
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -401,8 +401,8 @@ jobs:
401401
- name: Run tests with headless mode
402402
working-directory: ./datafusion/wasmtest
403403
run: |
404-
wasm-pack test --headless --firefox
405-
wasm-pack test --headless --chrome --chromedriver $CHROMEWEBDRIVER/chromedriver
404+
RUSTFLAGS='--cfg getrandom_backend="wasm_js"' wasm-pack test --headless --firefox
405+
RUSTFLAGS='--cfg getrandom_backend="wasm_js"' wasm-pack test --headless --chrome --chromedriver $CHROMEWEBDRIVER/chromedriver
406406
407407
# verify that the benchmark queries return the correct results
408408
verify-benchmark-results:

0 commit comments

Comments
 (0)