We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84fb787 commit 836e6c4Copy full SHA for 836e6c4
1 file changed
.github/workflows/compilation_on_android_ubuntu.yml
@@ -897,6 +897,7 @@ jobs:
897
run_coremark_pgo:
898
needs:
899
[
900
+ build_wamrc,
901
build_llvm_libraries_on_ubuntu_2204,
902
]
903
runs-on: ubuntu-22.04
@@ -950,4 +951,4 @@ jobs:
950
951
952
- name: Run CoreMark PGO test
953
run: ./test_pgo.sh
- working-directory: tests/benchmarks/coremark
954
+ working-directory: tests/benchmarks/coremark
0 commit comments