Compare commits
2 commits
6cb658b76b
...
dd37ac7989
Author | SHA1 | Date | |
---|---|---|---|
dd37ac7989 | |||
1e1fcd1d1b |
2 changed files with 2 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
|||
FROM d.xr.to/base:glibc
|
||||
RUN xbps-remote docker make
|
||||
RUN xbps-remote docker make tar
|
||||
|
|
1
flavor
1
flavor
|
@ -44,6 +44,7 @@ sub build {
|
|||
print 'ERROR: Failed running build for '.$running{$pid}." with exit code ".($? >> 8)."\n";
|
||||
} else {
|
||||
print "INFO: Finished build for $running{$pid}\n";
|
||||
sleep 1; # Make img catch up
|
||||
push @done, ($curr);
|
||||
if (defined($graph->{parents}{$curr})) {
|
||||
for my $dependee (@{$graph->{parents}{$curr}}) {
|
||||
|
|
Loading…
Reference in a new issue