Skip to content

Commit b89738f

Browse files
marc0oloclaude
andcommitted
fix(ci): restore [toolchain] moc = "1.5.0" in backend/mo/ic_vetkeys/mops.toml
The toolchain section was added in the base branch (2c7813b) to allow mops test to resolve the Motoko compiler without falling back to `dfx cache show` (dfx is not installed). Our patch overwrote the file with the version from all-changes which was missing this section, causing backend-motoko CI jobs to fail with "dfx: not found". Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 9e70f23 commit b89738f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

backend/mo/ic_vetkeys/mops.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[toolchain]
2+
moc = "1.5.0"
3+
14
[package]
25
name = "ic-vetkeys"
36
version = "0.4.0"

0 commit comments

Comments
 (0)