Skip to content

Commit

Permalink
set compression to false for a test
Browse files Browse the repository at this point in the history
Let's see if we can reproduce coreos/coreos-assembler#3728
  • Loading branch information
dustymabe committed Feb 15, 2024
1 parent 4c73f0b commit 2289156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stages/org.osbuild.qemu
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ SCHEMA_2 = r"""

def qcow2_arguments(options):
argv = []
compression = options.get("compression", True)
compression = options.get("compression", False)
compat = options.get("compat")

if compression:
Expand Down

0 comments on commit 2289156

Please sign in to comment.