issues
search
canonical
/
chisel-releases
36
stars
51
forks
source link
ci(spread): support slice testing through Spread (jammy)
#289
Closed
cjdcordeiro
closed
4 months ago
cjdcordeiro
commented
4 months ago
Proposed changes
This is a backport of #281
Related issues/PRs
281
Testing
spread
Checklist
[x] I have read the
contributing guidelines
[x] I have already submitted the
CLA form
github-actions[bot]
commented
4 months ago
Diff of dependencies:
slices/libpython3.10-stdlib.yaml
```diff @@ -3,6 +3,7 @@ libcrypt1 libdb5.3 libffi8 +libgcc-s1 liblzma5 libmpdec3 libncursesw6 @@ -14,4 +15,3 @@ libtirpc3 libuuid1 media-types -mime-support ```
slices/libpython3.11-stdlib.yaml
```diff @@ -3,6 +3,7 @@ libcrypt1 libdb5.3 libffi8 +libgcc-s1 liblzma5 libmpdec3 libncursesw6 @@ -14,4 +15,3 @@ libtirpc3 libuuid1 media-types -mime-support ```
Proposed changes
This is a backport of #281
Related issues/PRs
281
Testing
Checklist