Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ jobs:
- run-tests-linux:
test_targets: "stress"
test-esm-integration:
# We don't use `bionic` here since its too old to run recent node versions:
# We don't use `ubuntu-lts` here since its too old to run recent node versions:
# `/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found`
executor: linux-python
steps:
Expand All @@ -825,7 +825,7 @@ jobs:
test-wasm64-4gb:
environment:
LANG: "C.UTF-8"
# We don't use `bionic` here since its too old to run recent node versions:
# We don't use `ubuntu-lts` here since its too old to run recent node versions:
# `/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found`
executor: linux-python
steps:
Expand All @@ -848,7 +848,7 @@ jobs:
test-wasm64-misc:
environment:
LANG: "C.UTF-8"
# We don't use `bionic` here since its too old to run recent node versions:
# We don't use `ubuntu-lts` here since its too old to run recent node versions:
# `/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found`
executor: linux-python
steps:
Expand Down Expand Up @@ -960,7 +960,7 @@ jobs:
core2.test_demangle_stacks_symbol_map"
- upload-test-results
test-node-compat:
# We don't use `bionic` here since its too old to run recent node versions:
# We don't use `ubuntu-lts` here since its too old to run recent node versions:
# `/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found`
executor: linux-python
environment:
Expand Down
Loading