Lines Matching +full:debian +full:- +full:clang +full:- +full:release
5 ------------------------------------
7 We test master branch in https://github.com/linux-test-project/ltp/actions[GitHub Actions]
9 We test both gcc and clang toolchains, various architectures with cross-compilation.
11 https://github.com/linux-test-project/ltp/blob/master/.github/workflows/ci.yml[.github/workflows/ci…
16 GitHub Actions also uses the latest distribution image of a particular release.
23 | Distro | kernel | glibc | gcc | clang
24 | CentOS 7 | 3.10 | 2.17 | 4.8.5 | -
25 | Ubuntu 18.04 LTS bionic | 4.15 | 2.27 | 7.3.0 | -
26 | Debian 10 oldstable (buster) | 4.19.37 | 2.28 | 8.3.0 | 7.0
66 | https://uclibc-ng.org/[uClibc-ng] | Although not being tested it should work as well as it attemp…
69 … https://github.com/linux-test-project/ltp/blob/master/ci/alpine.sh[CI script]
77 LTP compiles with '-std=gnu99'.