]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Merge pull request #4137 from brauner/2022-06-08.stgraber.master
authorChristian Brauner <christian.brauner@ubuntu.com>
Wed, 8 Jun 2022 18:43:10 +0000 (20:43 +0200)
committerGitHub <noreply@github.com>
Wed, 8 Jun 2022 18:43:10 +0000 (20:43 +0200)
build: remove autotools and finish meson port

1  2 
.github/workflows/build.yml
.github/workflows/coverity.yml
.github/workflows/sanitizers.yml
.github/workflows/static-analysis.yml

Simple merge
index 0fc981726eef9e18de3cf5bdb0e0eccc2c506510,5713c588c1be73a364968134d4d45d99c16e0c77..775eff207b3220561086b8f2a8e76a9587cb4d84
@@@ -3,12 -3,9 +3,12 @@@ on
    push:
      branches:
        - master
 +permissions:
 +  contents: read
 +
  jobs:
    test:
-     runs-on: ubuntu-latest
+     runs-on: ubuntu-22.04
      steps:
        - name: Checkout code
          uses: actions/checkout@v2
Simple merge
index 4144371e27028d00eb8b6645472bc35fa4aa76c9,943b2de0d8b054af610201ecaf7fbc7b259c54e4..4c107c00b115294f6254999fb6a24fd08defd687
@@@ -2,12 -2,9 +2,12 @@@ name: Static analysi
  on:
    - push
    - pull_request
 +permissions:
 +  contents: read
 +
  jobs:
    test:
-     runs-on: ubuntu-18.04
+     runs-on: ubuntu-22.04
      steps:
        - name: Checkout code
          uses: actions/checkout@v2