flutter-tizen / embedder

Flutter embedder for Tizen
BSD 3-Clause "New" or "Revised" License
5 stars 7 forks source link

[ci] Update LLVM 12 to 15 #50

Closed JSUYA closed 12 months ago

JSUYA commented 12 months ago

clang version in ubuntu-latest(github action) changed from 12 to 13. At least version 13 or higher should be used.

JSUYA commented 12 months ago

https://github.com/actions/runner-images/blob/releases/ubuntu22/20231001/images/linux/Ubuntu2204-Readme.md

JSUYA commented 12 months ago

clang-12 has been removed. (https://github.com/actions/runner-images/pull/8382) I think https://github.com/flutter-tizen/embedder/actions/runs/6416820574/job/17450844279?pr=49 is reason of error occurs.

swift-kim commented 12 months ago

The version was deliberately set to 12 due to this issue. Please change the runner image to ubuntu-20.04 if LLVM 12 is not available on the latest image, or you may find another way to work around the issue.

Notes:

JSUYA commented 12 months ago

The version was deliberately set to 12 due to this issue. Please change the runner image to ubuntu-20.04 if LLVM 12 is not available on the latest image, or you may find another way to work around the issue.

I will make a patch, change image version 22 to 20.