Skip to content

Commit

Permalink
Merge pull request #740 from nathanchance/disable-config_drm_werror
Browse files Browse the repository at this point in the history
Disable CONFIG_DRM_WERROR when CONFIG_WERROR is disabled
  • Loading branch information
nathanchance committed Apr 17, 2024
2 parents 6a6fb71 + 86e2ea2 commit 7e3167d
Show file tree
Hide file tree
Showing 285 changed files with 1,258 additions and 932 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/5.10-clang-11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -399,18 +399,18 @@ jobs:
path: boot-utils.json
name: boot_utils_json_allconfigs
if-no-files-found: error
_a1932acc412460b9d73716e877b74b94:
_036cc98d870ec8aba9aeceadff98af8a:
runs-on: ubuntu-latest
needs:
- kick_tuxsuite_allconfigs
- check_cache
name: ARCH=arm BOOT=0 LLVM=1 LLVM_IAS=0 LLVM_VERSION=11 allmodconfig+CONFIG_WERROR=n
name: ARCH=arm BOOT=0 LLVM=1 LLVM_IAS=0 LLVM_VERSION=11 allmodconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
if: ${{ needs.check_cache.outputs.status != 'pass' }}
env:
ARCH: arm
LLVM_VERSION: 11
BOOT: 0
CONFIG: allmodconfig+CONFIG_WERROR=n
CONFIG: allmodconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
container:
image: ghcr.io/clangbuiltlinux/qemu
Expand Down Expand Up @@ -455,18 +455,18 @@ jobs:
name: boot_utils_json_allconfigs
- name: Check Build and Boot Logs
run: scripts/check-logs.py
_0af3671327d46b593593448c6623f2c4:
_2ab873ab23a433b720a6c5c4e2faebeb:
runs-on: ubuntu-latest
needs:
- kick_tuxsuite_allconfigs
- check_cache
name: ARCH=arm BOOT=0 LLVM=1 LLVM_IAS=0 LLVM_VERSION=11 allyesconfig+CONFIG_WERROR=n
name: ARCH=arm BOOT=0 LLVM=1 LLVM_IAS=0 LLVM_VERSION=11 allyesconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
if: ${{ needs.check_cache.outputs.status != 'pass' }}
env:
ARCH: arm
LLVM_VERSION: 11
BOOT: 0
CONFIG: allyesconfig+CONFIG_WERROR=n
CONFIG: allyesconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
container:
image: ghcr.io/clangbuiltlinux/qemu
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/5.10-clang-12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -455,18 +455,18 @@ jobs:
path: boot-utils.json
name: boot_utils_json_allconfigs
if-no-files-found: error
_3f7ecca7b1ed43660ac6389359fde646:
_acf48dd9d36859b96e27aadfa608d3d8:
runs-on: ubuntu-latest
needs:
- kick_tuxsuite_allconfigs
- check_cache
name: ARCH=arm BOOT=0 LLVM=1 LLVM_IAS=0 LLVM_VERSION=12 allmodconfig+CONFIG_WERROR=n
name: ARCH=arm BOOT=0 LLVM=1 LLVM_IAS=0 LLVM_VERSION=12 allmodconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
if: ${{ needs.check_cache.outputs.status != 'pass' }}
env:
ARCH: arm
LLVM_VERSION: 12
BOOT: 0
CONFIG: allmodconfig+CONFIG_WERROR=n
CONFIG: allmodconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
container:
image: ghcr.io/clangbuiltlinux/qemu
Expand Down Expand Up @@ -511,18 +511,18 @@ jobs:
name: boot_utils_json_allconfigs
- name: Check Build and Boot Logs
run: scripts/check-logs.py
_0287fe965f5b39fdfef64647c19b664d:
_7f5b2b0f6af27b166c4bfdef9b3b0ea4:
runs-on: ubuntu-latest
needs:
- kick_tuxsuite_allconfigs
- check_cache
name: ARCH=arm BOOT=0 LLVM=1 LLVM_IAS=0 LLVM_VERSION=12 allyesconfig+CONFIG_WERROR=n
name: ARCH=arm BOOT=0 LLVM=1 LLVM_IAS=0 LLVM_VERSION=12 allyesconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
if: ${{ needs.check_cache.outputs.status != 'pass' }}
env:
ARCH: arm
LLVM_VERSION: 12
BOOT: 0
CONFIG: allyesconfig+CONFIG_WERROR=n
CONFIG: allyesconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
container:
image: ghcr.io/clangbuiltlinux/qemu
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/5.10-clang-13.yml
Original file line number Diff line number Diff line change
Expand Up @@ -511,18 +511,18 @@ jobs:
path: boot-utils.json
name: boot_utils_json_allconfigs
if-no-files-found: error
_1dd519d5e67fb6542ee595775814d363:
_9b797f72b4984bc93cce2b07b731301c:
runs-on: ubuntu-latest
needs:
- kick_tuxsuite_allconfigs
- check_cache
name: ARCH=arm BOOT=0 LLVM=1 LLVM_IAS=0 LLVM_VERSION=13 allmodconfig+CONFIG_WERROR=n
name: ARCH=arm BOOT=0 LLVM=1 LLVM_IAS=0 LLVM_VERSION=13 allmodconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
if: ${{ needs.check_cache.outputs.status != 'pass' }}
env:
ARCH: arm
LLVM_VERSION: 13
BOOT: 0
CONFIG: allmodconfig+CONFIG_WERROR=n
CONFIG: allmodconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
container:
image: ghcr.io/clangbuiltlinux/qemu
Expand Down Expand Up @@ -567,18 +567,18 @@ jobs:
name: boot_utils_json_allconfigs
- name: Check Build and Boot Logs
run: scripts/check-logs.py
_787230103202571eafef247f0ba0902e:
_c5eab1d86e7a916cbf0a57b4269fcd2f:
runs-on: ubuntu-latest
needs:
- kick_tuxsuite_allconfigs
- check_cache
name: ARCH=arm BOOT=0 LLVM=1 LLVM_IAS=0 LLVM_VERSION=13 allyesconfig+CONFIG_WERROR=n
name: ARCH=arm BOOT=0 LLVM=1 LLVM_IAS=0 LLVM_VERSION=13 allyesconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
if: ${{ needs.check_cache.outputs.status != 'pass' }}
env:
ARCH: arm
LLVM_VERSION: 13
BOOT: 0
CONFIG: allyesconfig+CONFIG_WERROR=n
CONFIG: allyesconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
container:
image: ghcr.io/clangbuiltlinux/qemu
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/5.10-clang-14.yml
Original file line number Diff line number Diff line change
Expand Up @@ -511,18 +511,18 @@ jobs:
path: boot-utils.json
name: boot_utils_json_allconfigs
if-no-files-found: error
_b9ae95a23a1f9360fe123a358ba16974:
_696766cac7770307e6f8a264bd2a008e:
runs-on: ubuntu-latest
needs:
- kick_tuxsuite_allconfigs
- check_cache
name: ARCH=arm BOOT=0 LLVM=1 LLVM_IAS=0 LLVM_VERSION=14 allmodconfig+CONFIG_WERROR=n
name: ARCH=arm BOOT=0 LLVM=1 LLVM_IAS=0 LLVM_VERSION=14 allmodconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
if: ${{ needs.check_cache.outputs.status != 'pass' }}
env:
ARCH: arm
LLVM_VERSION: 14
BOOT: 0
CONFIG: allmodconfig+CONFIG_WERROR=n
CONFIG: allmodconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
container:
image: ghcr.io/clangbuiltlinux/qemu
Expand Down Expand Up @@ -567,18 +567,18 @@ jobs:
name: boot_utils_json_allconfigs
- name: Check Build and Boot Logs
run: scripts/check-logs.py
_f49c5df18e6ea748aaf9d1d04f3d3907:
_3371aaa8560584400e4c8468badc72a1:
runs-on: ubuntu-latest
needs:
- kick_tuxsuite_allconfigs
- check_cache
name: ARCH=arm BOOT=0 LLVM=1 LLVM_IAS=0 LLVM_VERSION=14 allyesconfig+CONFIG_WERROR=n
name: ARCH=arm BOOT=0 LLVM=1 LLVM_IAS=0 LLVM_VERSION=14 allyesconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
if: ${{ needs.check_cache.outputs.status != 'pass' }}
env:
ARCH: arm
LLVM_VERSION: 14
BOOT: 0
CONFIG: allyesconfig+CONFIG_WERROR=n
CONFIG: allyesconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
container:
image: ghcr.io/clangbuiltlinux/qemu
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/5.10-clang-15.yml
Original file line number Diff line number Diff line change
Expand Up @@ -539,18 +539,18 @@ jobs:
path: boot-utils.json
name: boot_utils_json_allconfigs
if-no-files-found: error
_89051d3c5ecc875fceed0120161e60ba:
_f46a7e9c40e6edb53f55f106cb76b46b:
runs-on: ubuntu-latest
needs:
- kick_tuxsuite_allconfigs
- check_cache
name: ARCH=arm BOOT=0 LLVM=1 LLVM_IAS=0 LLVM_VERSION=15 allmodconfig+CONFIG_WERROR=n
name: ARCH=arm BOOT=0 LLVM=1 LLVM_IAS=0 LLVM_VERSION=15 allmodconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
if: ${{ needs.check_cache.outputs.status != 'pass' }}
env:
ARCH: arm
LLVM_VERSION: 15
BOOT: 0
CONFIG: allmodconfig+CONFIG_WERROR=n
CONFIG: allmodconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
container:
image: ghcr.io/clangbuiltlinux/qemu
Expand Down Expand Up @@ -595,18 +595,18 @@ jobs:
name: boot_utils_json_allconfigs
- name: Check Build and Boot Logs
run: scripts/check-logs.py
_b60653a6655790e7286714ed9e126317:
_0af5eb087217b7da0c0424a6c9948a85:
runs-on: ubuntu-latest
needs:
- kick_tuxsuite_allconfigs
- check_cache
name: ARCH=arm BOOT=0 LLVM=1 LLVM_IAS=0 LLVM_VERSION=15 allyesconfig+CONFIG_WERROR=n
name: ARCH=arm BOOT=0 LLVM=1 LLVM_IAS=0 LLVM_VERSION=15 allyesconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
if: ${{ needs.check_cache.outputs.status != 'pass' }}
env:
ARCH: arm
LLVM_VERSION: 15
BOOT: 0
CONFIG: allyesconfig+CONFIG_WERROR=n
CONFIG: allyesconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
container:
image: ghcr.io/clangbuiltlinux/qemu
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/5.10-clang-16.yml
Original file line number Diff line number Diff line change
Expand Up @@ -539,18 +539,18 @@ jobs:
path: boot-utils.json
name: boot_utils_json_allconfigs
if-no-files-found: error
_0d051623f05621d65a5685af83dd1688:
_f71a1afeb2239a2e896b1328afe00801:
runs-on: ubuntu-latest
needs:
- kick_tuxsuite_allconfigs
- check_cache
name: ARCH=arm BOOT=0 LLVM=1 LLVM_IAS=0 LLVM_VERSION=16 allmodconfig+CONFIG_WERROR=n
name: ARCH=arm BOOT=0 LLVM=1 LLVM_IAS=0 LLVM_VERSION=16 allmodconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
if: ${{ needs.check_cache.outputs.status != 'pass' }}
env:
ARCH: arm
LLVM_VERSION: 16
BOOT: 0
CONFIG: allmodconfig+CONFIG_WERROR=n
CONFIG: allmodconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
container:
image: ghcr.io/clangbuiltlinux/qemu
Expand Down Expand Up @@ -595,18 +595,18 @@ jobs:
name: boot_utils_json_allconfigs
- name: Check Build and Boot Logs
run: scripts/check-logs.py
_1ad45ad0c117c28e6e9a13560a30c4ee:
_8b3a87125fe484a88ed0db1d1bc1f1c6:
runs-on: ubuntu-latest
needs:
- kick_tuxsuite_allconfigs
- check_cache
name: ARCH=arm BOOT=0 LLVM=1 LLVM_IAS=0 LLVM_VERSION=16 allyesconfig+CONFIG_WERROR=n
name: ARCH=arm BOOT=0 LLVM=1 LLVM_IAS=0 LLVM_VERSION=16 allyesconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
if: ${{ needs.check_cache.outputs.status != 'pass' }}
env:
ARCH: arm
LLVM_VERSION: 16
BOOT: 0
CONFIG: allyesconfig+CONFIG_WERROR=n
CONFIG: allyesconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
container:
image: ghcr.io/clangbuiltlinux/qemu
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/5.10-clang-17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -539,18 +539,18 @@ jobs:
path: boot-utils.json
name: boot_utils_json_allconfigs
if-no-files-found: error
_8bdebb02340486b7450cc23c0d8e4bc2:
_b698fae49e086aa205cedfd181982cf5:
runs-on: ubuntu-latest
needs:
- kick_tuxsuite_allconfigs
- check_cache
name: ARCH=arm BOOT=0 LLVM=1 LLVM_IAS=0 LLVM_VERSION=17 allmodconfig+CONFIG_WERROR=n
name: ARCH=arm BOOT=0 LLVM=1 LLVM_IAS=0 LLVM_VERSION=17 allmodconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
if: ${{ needs.check_cache.outputs.status != 'pass' }}
env:
ARCH: arm
LLVM_VERSION: 17
BOOT: 0
CONFIG: allmodconfig+CONFIG_WERROR=n
CONFIG: allmodconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
container:
image: ghcr.io/clangbuiltlinux/qemu
Expand Down Expand Up @@ -595,18 +595,18 @@ jobs:
name: boot_utils_json_allconfigs
- name: Check Build and Boot Logs
run: scripts/check-logs.py
_e24b835997741384f540ba60513993db:
_40bf6c22c6c8135b62cf1d5b29385295:
runs-on: ubuntu-latest
needs:
- kick_tuxsuite_allconfigs
- check_cache
name: ARCH=arm BOOT=0 LLVM=1 LLVM_IAS=0 LLVM_VERSION=17 allyesconfig+CONFIG_WERROR=n
name: ARCH=arm BOOT=0 LLVM=1 LLVM_IAS=0 LLVM_VERSION=17 allyesconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
if: ${{ needs.check_cache.outputs.status != 'pass' }}
env:
ARCH: arm
LLVM_VERSION: 17
BOOT: 0
CONFIG: allyesconfig+CONFIG_WERROR=n
CONFIG: allyesconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
container:
image: ghcr.io/clangbuiltlinux/qemu
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/5.10-clang-18.yml
Original file line number Diff line number Diff line change
Expand Up @@ -539,18 +539,18 @@ jobs:
path: boot-utils.json
name: boot_utils_json_allconfigs
if-no-files-found: error
_f8c62a057a66b119c40a8b2103dd41b9:
_9bd640fddf55278a5098a6c9115ebe71:
runs-on: ubuntu-latest
needs:
- kick_tuxsuite_allconfigs
- check_cache
name: ARCH=arm BOOT=0 LLVM=1 LLVM_IAS=0 LLVM_VERSION=18 allmodconfig+CONFIG_WERROR=n
name: ARCH=arm BOOT=0 LLVM=1 LLVM_IAS=0 LLVM_VERSION=18 allmodconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
if: ${{ needs.check_cache.outputs.status != 'pass' }}
env:
ARCH: arm
LLVM_VERSION: 18
BOOT: 0
CONFIG: allmodconfig+CONFIG_WERROR=n
CONFIG: allmodconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
container:
image: ghcr.io/clangbuiltlinux/qemu
Expand Down Expand Up @@ -595,18 +595,18 @@ jobs:
name: boot_utils_json_allconfigs
- name: Check Build and Boot Logs
run: scripts/check-logs.py
_b66cef19fff4697e06348b638ad46422:
_a2032acce1e492ef8c05cc03928c7293:
runs-on: ubuntu-latest
needs:
- kick_tuxsuite_allconfigs
- check_cache
name: ARCH=arm BOOT=0 LLVM=1 LLVM_IAS=0 LLVM_VERSION=18 allyesconfig+CONFIG_WERROR=n
name: ARCH=arm BOOT=0 LLVM=1 LLVM_IAS=0 LLVM_VERSION=18 allyesconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
if: ${{ needs.check_cache.outputs.status != 'pass' }}
env:
ARCH: arm
LLVM_VERSION: 18
BOOT: 0
CONFIG: allyesconfig+CONFIG_WERROR=n
CONFIG: allyesconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
container:
image: ghcr.io/clangbuiltlinux/qemu
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/5.10-clang-19.yml
Original file line number Diff line number Diff line change
Expand Up @@ -539,18 +539,18 @@ jobs:
path: boot-utils.json
name: boot_utils_json_allconfigs
if-no-files-found: error
_fd382a605aad18e3931ebbd48ae167da:
_e376f45ca61694446af1419f2e180bcf:
runs-on: ubuntu-latest
needs:
- kick_tuxsuite_allconfigs
- check_cache
name: ARCH=arm BOOT=0 LLVM=1 LLVM_IAS=0 LLVM_VERSION=19 allmodconfig+CONFIG_WERROR=n
name: ARCH=arm BOOT=0 LLVM=1 LLVM_IAS=0 LLVM_VERSION=19 allmodconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
if: ${{ needs.check_cache.outputs.status != 'pass' }}
env:
ARCH: arm
LLVM_VERSION: 19
BOOT: 0
CONFIG: allmodconfig+CONFIG_WERROR=n
CONFIG: allmodconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
container:
image: ghcr.io/clangbuiltlinux/qemu
Expand Down Expand Up @@ -595,18 +595,18 @@ jobs:
name: boot_utils_json_allconfigs
- name: Check Build and Boot Logs
run: scripts/check-logs.py
_4a8b89dc9502b2ca5e5fec99be5e9408:
_ea153573b617d97d8086048505eebdd0:
runs-on: ubuntu-latest
needs:
- kick_tuxsuite_allconfigs
- check_cache
name: ARCH=arm BOOT=0 LLVM=1 LLVM_IAS=0 LLVM_VERSION=19 allyesconfig+CONFIG_WERROR=n
name: ARCH=arm BOOT=0 LLVM=1 LLVM_IAS=0 LLVM_VERSION=19 allyesconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
if: ${{ needs.check_cache.outputs.status != 'pass' }}
env:
ARCH: arm
LLVM_VERSION: 19
BOOT: 0
CONFIG: allyesconfig+CONFIG_WERROR=n
CONFIG: allyesconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
container:
image: ghcr.io/clangbuiltlinux/qemu
Expand Down
Loading

0 comments on commit 7e3167d

Please sign in to comment.