Skip to content

Commit

Permalink
Remove exclusion for ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksim Litskevich committed Jun 5, 2023
1 parent 816f1a2 commit f140633
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/compilation_on_android_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,6 @@ jobs:
platform: android
- make_options_run_mode: $MULTI_TIER_JIT_BUILD_OPTIONS
platform: android
# only test andorid on ubuntu latest
- os: ubuntu-20.04
platform: android
include:
- os: ubuntu-20.04
llvm_cache_key: ${{ needs.build_llvm_libraries_on_ubuntu_2004.outputs.cache_key }}
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/nightly_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,6 @@ jobs:
platform: android
- make_options_run_mode: $MULTI_TIER_JIT_BUILD_OPTIONS
platform: android
# only test andorid on ubuntu latest
- os: ubuntu-20.04
platform: android
include:
- os: ubuntu-20.04
llvm_cache_key: ${{ needs.build_llvm_libraries_on_ubuntu_2004.outputs.cache_key }}
Expand Down Expand Up @@ -509,8 +506,6 @@ jobs:
ubuntu_version: "22.04"
exclude:
# uncompatiable modes and features
- os: ubuntu-20.04
sanitizer: asan
# asan works only for aot now
- running_mode: "classic-interp"
sanitizer: asan
Expand Down

0 comments on commit f140633

Please sign in to comment.