Skip to content

Commit

Permalink
Remove linux-arm64 from lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
PaddiM8 committed Dec 22, 2024
1 parent d85535b commit 7b919a3
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 30 deletions.
21 changes: 0 additions & 21 deletions cli/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -334,27 +334,6 @@
"Wcwidth": "[1.0.0, )"
}
}
},
"net9.0/linux-arm64": {
"Microsoft.DotNet.ILCompiler": {
"type": "Direct",
"requested": "[9.0.0, )",
"resolved": "9.0.0",
"contentHash": "bbnlV2PbUmCQ8Ndpx0kJaicLyV28IU+4IzyctQLL57+DxrHurYr2qsJrC8+yD44Q0DyPfv2oM168c1Tk6Bxbmg==",
"dependencies": {
"runtime.linux-arm64.Microsoft.DotNet.ILCompiler": "9.0.0"
}
},
"runtime.linux-arm64.Microsoft.DotNet.ILCompiler": {
"type": "Transitive",
"resolved": "9.0.0",
"contentHash": "7RVXw+bLJK+7wMeAXUQoAWj/V9ucm5ry3dop2DHjA/7w/mzP96KEjy7y1eM4WxhHU4xJPZftGHY6Ude3Jh+kOg=="
},
"SQLitePCLRaw.lib.e_sqlite3": {
"type": "Transitive",
"resolved": "2.1.10",
"contentHash": "mAr69tDbnf3QJpRy2nJz8Qdpebdil00fvycyByR58Cn9eARvR+UiG2Vzsp+4q1tV3ikwiYIjlXCQFc12GfebbA=="
}
}
}
}
3 changes: 1 addition & 2 deletions generators/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,5 @@
"contentHash": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg=="
}
},
"net9.0/linux-arm64": {}
}
}
}
4 changes: 2 additions & 2 deletions language-server/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,6 @@
}
}
},
"net9.0/linux-arm64": {}
"net9.0/linux-x64": {}
}
}
}
4 changes: 2 additions & 2 deletions readline/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"contentHash": "aekut5BeF4c1Jr2qab3aXcttcgPEfPb2ok2L8911EIzn3RnDBYnUWgx/1OVlqrSXCdwAkBpNgYWXb6b5t4cBng=="
}
},
"net9.0/linux-arm64": {}
"net9.0/linux-x64": {}
}
}
}
2 changes: 1 addition & 1 deletion src/Parsing/Parser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1696,4 +1696,4 @@ private bool PreviouslySkippedNewLine()

private bool IsWhiteSpace(TokenKind? kind)
=> kind is TokenKind.WhiteSpace or TokenKind.NewLine or TokenKind.Comment;
}
}
3 changes: 1 addition & 2 deletions src/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,5 @@
}
}
},
"net9.0/linux-arm64": {}
}
}
}

0 comments on commit 7b919a3

Please sign in to comment.