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.10 - For a check in 4.5/wacom_wac.c in wacom_map_usage for
the HID_DG_TWIST usage.

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 8166e47 commit 85806a2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 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.19", "4.14", "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,12 +23,18 @@ 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
- kernel: "4.6"
compile_cflags: -fno-pie -Wno-error=format-truncation -Wno-error=pointer-sign
prepare_cflags: -fno-pie -no-pie
- kernel: "4.10"
compile_cflags: -fno-pie -Wno-error=format-truncation -Wno-error=pointer-sign
prepare_cflags: -fno-pie -no-pie
- kernel: "4.14"
compile_cflags: -Wno-error=format-truncation -Wno-error=pointer-sign
- kernel: "4.19"
Expand Down

0 comments on commit 85806a2

Please sign in to comment.