Skip to content

Commit

Permalink
Skip modules
Browse files Browse the repository at this point in the history
  • Loading branch information
zxombie committed Oct 27, 2023
1 parent d8f7420 commit 2c1939a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/native-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
freebsd-version
sudo pkg install -y llvm16 git-lite
mkdir -p ${HOME}/obj
env MAKEOBJDIRPREFIX=${HOME}/obj make -j$(sysctl -n hw.ncpu) CROSS_TOOLCHAIN=llvm16 WITHOUT_TOOLCHAIN=yes buildkernel TARGET_ARCH=${{ matrix.target_arch }}
env MAKEOBJDIRPREFIX=${HOME}/obj make -j$(sysctl -n hw.ncpu) CROSS_TOOLCHAIN=llvm16 WITHOUT_TOOLCHAIN=yes NO_MODULES=yes buildkernel TARGET_ARCH=${{ matrix.target_arch }}

0 comments on commit 2c1939a

Please sign in to comment.