Skip to content

Commit 5669500

Browse files
compheadalamb
andauthored
chore: Upgrade rand crate and some other minor crates (#16062)
* chore: Upgrade `rand` crate and some other minor crates --------- Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
1 parent 0b6678b commit 5669500

File tree

63 files changed

+1076
-1050
lines changed

Some content is hidden

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

63 files changed

+1076
-1050
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)