Skip to content

Commit

Permalink
Merge branch 'sat-hotfix-rc--2023-07-12_23-01-setupos' into 'rc--2023…
Browse files Browse the repository at this point in the history
…-07-12_23-01'

[hotfix] Fix bug preventing config partition from populating

 

See merge request dfinity-lab/public/ic!13549
  • Loading branch information
sasa-tomic committed Jul 14, 2023
2 parents 0ab9178 + c35625e commit 97df774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ic-os/setupos/defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def _custom_partitions(mode):
src = "config_tar",
label = "CONFIG",
partition_size = "50M",
subdir = "./config",
subdir = "config",
target_compatible_with = [
"@platforms//os:linux",
],
Expand Down

0 comments on commit 97df774

Please sign in to comment.