Skip to content

Commit

Permalink
Updating main.yml with some extra versions to check
Browse files Browse the repository at this point in the history
Adding some versions to check compilation on for any version
checks/flags we have setup in the code.

4.19 - For a check in 4.5/wacom_sys.c in wacom_map_usage for
the compare_device_paths method.

4.2 - For a method in 3.17/wacom_sys.c hid_field_extract.
  • Loading branch information
Joshua-Dickens committed Aug 31, 2023
1 parent c66c9f0 commit 6d417e0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
kernel: ["6.3", "5.10", "4.14", "4.10", "4.6", "4.5", "4.1", "3.19", "3.18", "3.17"]
kernel: ["6.3", "5.10", "4.19", "4.14", "4.10", "4.6", "4.5", "4.2", "4.1", "3.19", "3.18", "3.17"]
include:
- kernel: "3.17"
compile_cflags: -fno-pie -Wno-error=format-truncation
Expand All @@ -23,6 +23,9 @@ jobs:
- kernel: "4.1"
compile_cflags: -fno-pie -Wno-error=format-truncation
prepare_cflags: -fno-pie -no-pie
- kernel: "4.2"
compile_cflags: -fno-pie -Wno-error=format-truncation
prepare_cflags: -fno-pie -no-pie
- kernel: "4.5"
compile_cflags: -fno-pie -Wno-error=format-truncation -Wno-error=pointer-sign
prepare_cflags: -fno-pie -no-pie
Expand All @@ -34,6 +37,8 @@ jobs:
prepare_cflags: -fno-pie -no-pie
- kernel: "4.14"
compile_cflags: -Wno-error=format-truncation -Wno-error=pointer-sign
- kernel: "4.19"
compile_cflags: -Wno-error=format-truncation -Wno-error=pointer-sign
- kernel: "5.10"
compile_cflags: -Wno-error=format-truncation -Wno-error=pointer-sign
- kernel: "6.3"
Expand Down

0 comments on commit 6d417e0

Please sign in to comment.