image "debian:trixie"
// Run as root inside the containers to install dependencies
- args "-u root"
+ args "--privileged -u root"
customWorkspace "${JOB_NAME}/${BUILD_ID}/clang-static-analyzer"
}
image "debian:trixie"
// Run as root inside the containers to install dependencies
- args "-u root"
+ args "--privileged -u root"
customWorkspace "${JOB_NAME}/${BUILD_ID}/lcov"
}
image "${DISTRO}"
// Run as root inside the containers to install dependencies
- args "-u root"
+ args "--privileged -u root"
customWorkspace "${JOB_NAME}/${BUILD_ID}/${env.DISTRO.replace(":", "-")}/${env.COMPILER}"
}
image "${IMAGE}"
// Run as root inside the containers to install dependencies
- args "-u root"
+ args "--privileged -u root"
customWorkspace "${JOB_NAME}/${BUILD_ID}/${IMAGE.replace(":", "-")}/${ARCH}"
}
image "debian:trixie"
// Run as root inside the containers to install dependencies
- args "-u root"
+ args "--privileged -u root"
customWorkspace "${JOB_NAME}/${BUILD_ID}/update-debian-repo"
}