Skip to content

Commit 0e515f1

Browse files
authored
Upgrade lute to the latest version (#9880)
* Upgrade lute to the latest version * store plaintext response * fix conditional
1 parent 39ebc14 commit 0e515f1

File tree

6 files changed

+171
-448
lines changed

6 files changed

+171
-448
lines changed

frameworks/Luau/lute/lute.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ RUN rokit install --no-trust-check
1616

1717
COPY ./src .
1818

19-
CMD ["sh", "-c", "lute parallel.luau -- $(nproc)"]
19+
CMD ["sh", "-c", "lute parallel.luau"]

frameworks/Luau/lute/rokit.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# New tools can be added by running `rokit add <tool>` in a terminal.
55

66
[tools]
7-
lute = "aatxe/[email protected].20250322"
7+
lute = "luau-lang/[email protected].20250506"

0 commit comments

Comments
 (0)