Skip to content

Commit

Permalink
fixup! test
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-carlborg committed Dec 23, 2023
1 parent b8bca80 commit cd291c8
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions ci.rb
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def build
execute "ls", "-lh"
end
ensure
libslirp.cleanup
# libslirp.cleanup
end

def bundle
Expand All @@ -239,12 +239,13 @@ def bundle
private

def ldflags
ci_runner.qemu_ldflags.concat(libslirp.ldflags).join(" ")
ci_runner.qemu_ldflags.join(" ")
# ci_runner.qemu_ldflags.concat(libslirp.ldflags).join(" ")
end

def libslirp
@libslirp ||= Libslirp.new
end
# def libslirp
# @libslirp ||= Libslirp.new
# end

def enabled_architectures
@enabled_architectures ||=
Expand Down

0 comments on commit cd291c8

Please sign in to comment.