Skip to content

Commit

Permalink
oops: remove call to runner.pullImages, not implemented yet
Browse files Browse the repository at this point in the history
  • Loading branch information
nektro committed Aug 20, 2022
1 parent d274d95 commit 5ae32a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.zig
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ pub fn main() !void {

var arena = std.heap.ArenaAllocator.init(alloc);
defer arena.deinit();
try runner.pullImages(arena.allocator());
// TODO ensure these semaphores are being used properly
// TODO ensure the nektro/docker-qemu-system docker images are pulled
// TODO implement the /jobs/:job web endpoint
Expand Down

0 comments on commit 5ae32a9

Please sign in to comment.