We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d14140 commit 6ef44f4Copy full SHA for 6ef44f4
.github/workflows/linux-loongarch64-aot.yml
@@ -44,7 +44,7 @@ jobs:
44
-e CORE_ROOT=/runtime/artifacts/tests/coreclr/linux.loongarch64.Checked/Tests/Core_Root \
45
--platform linux/loong64 loongarch64/debian \
46
sh -c '
47
- apt update && apt install -y file llvm libatomic-dev &&
+ apt update && apt install -y file llvm &&
48
mkdir -p $CORE_ROOT/SuperFileCheck/runtimes/linux-loongarch64/native &&
49
ln -s /usr/bin/llvm-dwarfdump $CORE_ROOT/SuperFileCheck/runtimes/linux-loongarch64/native;
50
0 commit comments