ci/bare-metal: Capture the first devcoredump a job produces.
[mesa.git] / .gitlab-ci / bare-metal / rootfs-setup.sh
index 27735e2d32cae3bf87a587871dab661ce398805d..c5106c064727ac56ffd66d822f17e942c311c599 100644 (file)
@@ -7,6 +7,8 @@ mkdir -p $rootfs_dst/results
 # Set up the init script that brings up the system.
 cp $BM/init.sh $rootfs_dst/init
 
+cp $BM/capture-devcoredump.sh $rootfs_dst/
+
 set +x
 # Pass through relevant env vars from the gitlab job to the baremetal init script
 touch $rootfs_dst/set-job-env-vars.sh