Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0d73b63

Browse filesBrowse files
committed
build: fix cargo check when Temporal is disabled
PR-URL: #62730 Reviewed-By: Richard Lau <richard.lau@ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: René <contact.9a5d6388@renegade334.me.uk> Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
1 parent d26ca46 commit 0d73b63
Copy full SHA for 0d73b63

1 file changed

+1-1Lines changed: 1 addition & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎configure.py‎

Copy file name to clipboardExpand all lines: configure.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1563,7 +1563,7 @@ def check_compiler(o):
15631563
o['variables']['llvm_version'] = get_llvm_version(CC) if is_clang else '0.0'
15641564

15651565
# cargo and rustc are needed for Temporal.
1566-
if not options.v8_disable_temporal_support or not options.shared_temporal_capi:
1566+
if not options.v8_disable_temporal_support and not options.shared_temporal_capi:
15671567
# Minimum cargo and rustc versions should match values in BUILDING.md.
15681568
min_cargo_ver_tuple = (1, 82)
15691569
min_rustc_ver_tuple = (1, 82)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.