blob: be6d235a6bccf90b79d6690d6163c10dace391c3 (
plain)
1
2
3
4
5
6
7
8
|
# DKMS modules install
dontChroot: false # run inside target chroot so DKMS builds against the installed kernel
timeout: 3600 # Give it plenty of time (1 hour) for slow downloads
script:
- command: "dkms autoinstall --verbose || true"
name: "Installing DKMS modules"
|