Commit 49fea5b
Fix glibc compatibility (#1130)
[SKIKO-1066](https://youtrack.jetbrains.com/issue/SKIKO-1066) Support
glibc 2.27
[CMP-9307](https://youtrack.jetbrains.com/issue/CMP-9307) Support glibc
2.27
- Added `linux-compat` docker image based on #1123. It works on both x64
and arm64 architectures
- `multistrap` tool was replaced by installing required packages inside
`linux-compat` and `linux-amd64` docker images
- `linux-arm64` uses GCC instead of clang (aligning between
distributions)
- GitHub checks now use precompiled docker images to reuse the same
environment
- `ci.yml` and `web.yml` were combined into `tests.yml`
- `publishToMavenLocal` checks are moved to `publish-dry-run.yml`
- Add building an Android sample as part of CI checks
---------
Co-authored-by: Vladislav.Ertel <[email protected]>1 parent fbb0808 commit 49fea5b
File tree
16 files changed
+734
-527
lines changed- .github
- actions/setup-prerequisites
- workflows
- samples/SkiaAndroidSample
- skiko
- buildSrc/src/main/kotlin
- tasks/configuration
- docker
- linux-amd64
- linux-android-amd64
- linux-arm64
- linux-compat
- linux-emscripten-amd64
16 files changed
+734
-527
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
This file was deleted.
0 commit comments