Skip to content

Commit

Permalink
Expect LLVM 14, the version we use everywhere for now (emscripten-core#4
Browse files Browse the repository at this point in the history
)
  • Loading branch information
directhex authored Apr 27, 2023
1 parent 21dffcc commit 09cd977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/shared.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
# exact requirement, but is the oldest version of node that we do any testing with.
# This version aligns with the current Ubuuntu TLS 20.04 (Focal).
MINIMUM_NODE_VERSION = (10, 19, 0)
EXPECTED_LLVM_VERSION = 17
EXPECTED_LLVM_VERSION = 14

# Used only when EM_PYTHON_MULTIPROCESSING=1 env. var is set.
multiprocessing_pool = None
Expand Down

0 comments on commit 09cd977

Please sign in to comment.