There was an error while loading. Please reload this page.
2 parents b196f0c + 6966044 commit 3aecce9Copy full SHA for 3aecce9
1 file changed
csharp/ql/integration-tests/posix/standalone_dependencies_executing_runtime/Assemblies.ql
@@ -3,7 +3,7 @@ import csharp
3
private string getPath(Assembly a) {
4
not a.getCompilation().getOutputAssembly() = a and
5
exists(string s | s = a.getFile().getAbsolutePath() |
6
- exists(string sub | sub = "csharp/tools/" + ["osx64", "linux64"] |
+ exists(string sub | sub = "csharp/tools/" + ["osx64", "linux64", "linux-arm64"] |
7
result = "[...]/csharp/tools/[...]" + s.substring(s.indexOf(sub) + sub.length(), s.length())
8
)
9
or
0 commit comments