Skip to content

Commit

Permalink
Remove 3.7 branch
Browse files Browse the repository at this point in the history
With this patch, the following distros will not be supported:

Distro                          Kernel  EOL
Debian 8                        3.16    2020-07-01
RHEL 7.3-                       3.7     2017-07-31 (Kernel changed to 3.17)
SuSE Linux Enterprise 12 SP1    3.12    2019-11-13
Ubuntu 14.04.4                  3.16    2019-03-06

This patch also removed those old kernels in .github/workflows/main.yml.

Signed-off-by: Ping Cheng <[email protected]>
  • Loading branch information
Ping Cheng committed Aug 16, 2023
1 parent 7b56df4 commit e0a2337
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 7,319 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,8 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
kernel: ["6.3", "5.10", "4.14", "4.6", "4.5", "4.1", "3.19", "3.18", "3.17", "3.7"]
kernel: ["6.3", "5.10", "4.14", "4.6", "4.5", "4.1", "3.19", "3.18", "3.17"]
include:
- kernel: "3.7"
compile_cflags: -fno-pie -Wno-error=pointer-sign
prepare_cflags: -fno-pie -no-pie
- kernel: "3.17"
compile_cflags: -fno-pie -Wno-error=format-truncation
prepare_cflags: -fno-pie -no-pie
Expand Down
97 changes: 0 additions & 97 deletions 3.7/Makefile.in

This file was deleted.

209 changes: 0 additions & 209 deletions 3.7/wacom.h

This file was deleted.

Loading

0 comments on commit e0a2337

Please sign in to comment.