Skip to content

Commit

Permalink
this would have broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pschichtel committed Jul 6, 2024
1 parent 9872864 commit 300fba8
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,6 @@ fun DockcrossRunTask.baseConfigure(linkMode: NativeLinkMode, outputTo: Directory
listOf("cmake", relativePathToProject, projectVersionOption, releaseOption, linkStaticallyOption),
listOf("make", "-j${project.gradle.startParameter.maxWorkerCount}"),
)

if (ci) {
runner(DockerRunner())
}
}

fun Jar.baseConfigure(compileTask: TaskProvider<DockcrossRunTask>, buildOutputDir: Directory) {
Expand Down Expand Up @@ -141,6 +137,7 @@ for (target in targets) {
containerName = "dockcross-${project.name}-$classifier"

if (ci) {
runner(DockerRunner())
doLast {
exec {
commandLine("docker", "image", "rm", "$repo:$tag")
Expand Down

0 comments on commit 300fba8

Please sign in to comment.