Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mozillazg committed Feb 7, 2025
1 parent a191fc7 commit b87c724
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
diff --git a/fs/9p/Makefile b/fs/9p/Makefile
index e7800a5c7..2e638ead4 100644
--- a/fs/9p/Makefile
+++ b/fs/9p/Makefile
@@ -1,6 +1,8 @@
# SPDX-License-Identifier: GPL-2.0
obj-$(CONFIG_9P_FS) := 9p.o

+ccflags-y += -Wno-incompatible-pointer-types
+
9p-objs := \
vfs_super.o \
vfs_inode.o \
diff --git a/fs/overlayfs/Makefile b/fs/overlayfs/Makefile
index 408d8f5e0..3fecd2e4c 100644
--- a/fs/overlayfs/Makefile
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/kernel-x86_64-rhel.config
Original file line number Diff line number Diff line change
Expand Up @@ -6864,3 +6864,6 @@ CONFIG_ZSWAP_ZPOOL_DEFAULT_ZBUD=y
#

KBUILD_CFLAGS += -Wno-array-bounds
CONFIG_9P_FS=n
CONFIG_NET_9P=n
CONFIG_9P_FS_POSIX_ACL=n
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
cd kernel-5.14.0
tar xf linux-5.14.0-427.42.1.el9_4.tar.xz
cd linux-5.14.0-427.42.1.el9_4
patch -p1 < /home/runner/work/ptcpdump/ptcpdump/.github/workflows/overlayfs.patch
patch -p1 < /home/runner/work/ptcpdump/ptcpdump/.github/workflows/almalinux.patch
vng -v -b --config /home/runner/work/ptcpdump/ptcpdump/.github/workflows/kernel-x86_64-rhel.config
vng --net user --ssh --rwdir=/host=/tmp
Expand Down

0 comments on commit b87c724

Please sign in to comment.