Skip to content

Commit

Permalink
feat(kernel): upgrade Linux to v4.18.5 (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrynhard authored Aug 30, 2018
1 parent 46e895a commit 80b5e36
Show file tree
Hide file tree
Showing 3 changed files with 103 additions and 50 deletions.
6 changes: 3 additions & 3 deletions src/kernel/.conform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ metadata:
variables:
artifacts: /artifacts
runcCheckConfig: https://raw.githubusercontent.com/opencontainers/runc/v1.0.0-rc5/script/check-config.sh
srcLinux: https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.17.15.tar.xz
srcLinux: https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.18.5.tar.xz
pipeline:
stages:
- build
Expand All @@ -28,8 +28,8 @@ tasks:
RUN check-config.sh .config
RUN mkdir /tmp
RUN make -j $(($(nproc) / 2))
RUN make modules_install INSTALL_MOD_PATH=/tmp
RUN depmod -b /tmp 4.17.15-dianemo
RUN make modules_install DEPMOD=/tools/bin/depmod INSTALL_MOD_PATH=/tmp
RUN depmod -b /tmp 4.18.5-dianemo
RUN cp arch/x86/boot/bzImage /tmp/vmlinuz
FROM scratch
COPY --from={{ .Docker.CurrentStage }} /tmp /tmp
Loading

0 comments on commit 80b5e36

Please sign in to comment.