aboutsummaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* ci: add logind enabled jobsDmitry V. Levin2024-11-251-0/+30
|
* ci: drop autotools supportDmitry V. Levin2024-10-231-356/+100
|
* .github: add a few more meson jobsDmitry V. Levin2024-10-131-0/+391
|
* .github: add gcc-14 and clang-16/clang-17/clang-18 jobsDmitry V. Levin2024-10-131-0/+271
|
* .github: switch builder jobs from ubuntu-latest to ubuntu-24.04Dmitry V. Levin2024-10-131-24/+24
| | | | | Even though ubuntu-latest is still ubuntu-22.04 yet, let's move on by switching builder jobs to ubuntu-24.04.
* .github: drop old clang jobsDmitry V. Levin2024-10-131-42/+0
| | | | | These clang versions suddenly disappeared from ubuntu-22.04 repository, and it is unlikely that old clang jobs will be missed anyway.
* ci: add a few meson jobsDmitry V. Levin2024-09-101-0/+145
|
* ci: rename run-build-and-tests.sh to autotools-build.shDmitry V. Levin2024-08-311-17/+17
| | | | | | As the script is for autotools-based builds, give it a more descriptive name, so it wouldn't be confused with build scripts for other build systems.
* ci: bump actions/checkout to v4Christian Göttsche2024-01-161-18/+18
|
* ci: add --enable-debug jobs to the ci matrixDmitry V. Levin2023-11-141-0/+30
|
* ci: add GCC 13 job with sanitzersChristian Göttsche2023-08-071-0/+18
|
* .github: add gcc-13 and clang-15 jobsDmitry V. Levin2023-06-071-10/+38
| | | | | | | | | | | | * .github/workflows/ci.yml (gcc13-x86_64, clang15-x86_64): New jobs. (gcc12-x86_64-vendordir): Rename to gcc13-x86_64-vendordir, replace gcc-12 with gcc-13. (gcc12-x86_64-openssl): Rename to gcc13-x86_64-openssl, replace gcc-12 with gcc-13. (clang14-x86_64-vendordir): Rename to clang15-x86_64-vendordir, replace clang-14 with clang-15. (clang14-x86_64-openssl): Rename to clang15-x86_64-openssl, replace clang-14 with clang-15.
* ci: add --enable-openssl jobs to the ci matrixDmitry V. Levin2023-04-201-0/+30
| | | | Link: https://github.com/linux-pam/linux-pam/pull/550#issuecomment-1490362439
* ci: make VENDORDIR based on $prefix for the clang case as wellDmitry V. Levin2023-02-071-1/+1
| | | | | | | | * .github/workflows/ci.yml (clang-14): Change VENDORDIR from /usr/etc to ${prefix}/share/etc, this should help to check that the code no longer relies on the assumption that VENDORDIR == /usr/etc. Complements: 0d1c62eb4733 ("ci: make VENDORDIR based on $prefix")
* ci: make VENDORDIR based on $prefixDmitry V. Levin2023-02-051-1/+1
| | | | | | | * ci/run-build-and-tests.sh: Accept VENDORDIR that does not start with /. * .github/workflows/ci.yml (VENDORDIR): Change from /usr/etc to ${prefix}/share/etc, this should help to check that the code no longer relies on the assumption that VENDORDIR == /usr/etc.
* .github: add gcc-12, clang-13, and clang-14 jobsDmitry V. Levin2023-01-211-4/+46
| | | | | | | | | * .github/workflows/ci.yml (gcc12-x86_64, clang14-x86_64, clang13-x86_64): New jobs. (gcc11-x86_64-vendordir): Rename to gcc12-x86_64-vendordir, replace gcc-11 with gcc-12. (clang12-x86_64-vendordir): Rename to clang14-x86_64-vendordir, replace clang-12 with clang-14.
* .github: switch from ubuntu-20.04 to ubuntu-latestDmitry V. Levin2023-01-201-63/+7
| | | | | | | | | | | | | Switch runners to the latest Ubuntu LTS available, which is currently Ubuntu 22.04. Also, remove old compiler versions from the ci matrix. * .github/workflows/ci.yml (gcc8-x86_64, clang10-x86_64, clang9-x86_64, clang8-x86_64): Remove. (gcc11-x86_64-vendordir, gcc11-x86_64, gcc10-x86_64, gcc9-x86_64, clang12-x86_64-vendordir, clang12-x86_64, clang11-x86_64): Replace ubuntu-20.04 with ubuntu-latest. Link: https://github.blog/changelog/2022-11-09-github-actions-ubuntu-latest-workflows-will-use-ubuntu-22-04/
* .github: remove x86 and x32 jobsDmitry V. Levin2023-01-181-169/+0
| | | | | | | | | | | These types of jobs were implemented using the old version of the OS that is currently being deprecated by github actions. * .github/workflows/ci.yml (gcc11-x86-vendordir, gcc11-x86, gcc10-x86, gcc9-x86, gcc8-x86, clang10-x86, clang9-x86, clang8-x86, gcc11-x32, gcc10-x32, gcc9-x32, gcc8-x32): Remove. Link: https://github.com/actions/runner-images/issues/6002
* .github: switch from actions/checkout@v2 to actions/checkout@v3Dmitry V. Levin2022-12-011-24/+24
| | | | | | | | | | This fixes the following diagnostic warning: Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. * .github/workflows/ci.yml: Replace actions/checkout@v2 with actions/checkout@v3.
* .github: switch whitespace-errors job to ubuntu-latestDmitry V. Levin2022-07-011-1/+1
| | | | | | | | | While ubuntu-latest in ci is not necessarily the latest version of the OS available in ci, whitespace-errors job should be agnostic to the version being used, so use the default one. * .github/workflows/ci.yml (whitespace-errors) <runs-on>: Change from ubuntu-20.04 to ubuntu-latest.
* .github: add a few vendordir enabled jobsDmitry V. Levin2022-06-191-0/+45
| | | | | * .github/workflows/ci.yml (gcc11-x86_64-vendordir, clang12-x86_64-vendordir, gcc11-x86-vendordir): New jobs.
* .github: add gcc-11, clang-12, and clang-11 jobsDmitry V. Levin2021-06-131-0/+70
| | | | | * .github/workflows/ci.yml (gcc11-x86_64, gcc11-x86, gcc11-x32, clang12-x86_64, clang11-x86_64): New jobs.
* .github: partially migrate from ubuntu-18.04 to ubuntu-20.04Dmitry V. Levin2020-11-281-63/+21
| | | | | | | * .github/workflows/ci.yml (runs-on): Switch from ubuntu-latest to ubuntu-20.04 for whitespace-errors and *-x86_64 jobs. Stick with ubuntu-18.04 for *-x86 and *-x32 jobs until we figure out how to obtain -lcrypt on ubuntu-20.04 for these architectures.
* ci: add gcc-10 jobsDmitry V. Levin2020-04-261-0/+42
| | | | | | | * .github/workflows/ci.yml (gcc10-x86_64, gcc10-x86, gcc10-x32): New jobs. * .travis.yml (matrix): Add gcc-10 jobs on x86_64, x86, x32, and ppc64le.
* github: add CI actionDmitry V. Levin2020-04-072-11/+224
| | | | | | | | | | | | | | | | Somewhat similar to Travis CI, this runs "make distcheck" on Ubuntu 18.04 using gcc-9, gcc-8, gcc, clang-9, clang-8, and clang on x86_64, x86, and x32 architectures. Compared with Travis CI, GitHub Actions service currently provides a significantly better parallelism as well as (unsurprisingly) better integration with github. However, GitHub Actions cannot replace Travis CI completely yet as the latter can build on aarch64, s390x, and ppc64le architectures. * .github/workflows/whitespace-errors-check.yml: Remove * .github/workflows/ci.yml: New file.
* github: check for whitespace errors on push and pull requestsDmitry V. Levin2020-03-181-0/+11
* .github/workflows/whitespace-errors-check.yml: New file.