Skip to content

feat: update chisel-slices shcema to accomodate essentials from v3#5448

Merged
madskristensen merged 3 commits intoSchemaStore:masterfrom
lczyk:update-chisel-slices-schema
Mar 9, 2026
Merged

feat: update chisel-slices shcema to accomodate essentials from v3#5448
madskristensen merged 3 commits intoSchemaStore:masterfrom
lczyk:update-chisel-slices-schema

Conversation

@lczyk
Copy link
Contributor

@lczyk lczyk commented Mar 6, 2026

update the schema for chisel slices to accommodate new essential format introduced in chisel 1.4.0

old:

essential:
  - base-files_tmp
  - libc_libs

new:

essential:
  base-files_tmp:
    arch: [arm64]
  libc_libs:

since its impossible to determine which version is being uses just from the slice file, the type is a union of list (old) and object (new).

@lczyk lczyk marked this pull request as ready for review March 6, 2026 13:48
@lczyk
Copy link
Contributor Author

lczyk commented Mar 6, 2026

@cjdcordeiro fyi/wdyt?

@madskristensen madskristensen merged commit 541c512 into SchemaStore:master Mar 9, 2026
4 checks passed
@madskristensen
Copy link
Contributor

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants