We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ef44f4 commit f9b780eCopy full SHA for f9b780e
.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 &&
+ apt update && apt install -y file llvm libatomic1 &&
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