mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 11:36:32 +01:00
Merge b4b831e4f6 into 9179f4bd01
This commit is contained in:
commit
1642fcba4d
2 changed files with 3 additions and 3 deletions
4
.github/workflows/bwrap.yml
vendored
4
.github/workflows/bwrap.yml
vendored
|
|
@ -51,7 +51,7 @@ jobs:
|
||||||
name: packages
|
name: packages
|
||||||
path: tmp/external/repo/**
|
path: tmp/external/repo/**
|
||||||
- name: Tar pass1 image
|
- name: Tar pass1 image
|
||||||
run: tar -cf pass1_image.tar tmp
|
run: tar -cf pass1_image.tar --exclude "tmp/external/distfiles" tmp
|
||||||
- name: Archive pass1_image
|
- name: Archive pass1_image
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
|
@ -104,7 +104,7 @@ jobs:
|
||||||
name: internal_packages_pass2
|
name: internal_packages_pass2
|
||||||
path: tmp/external/repo/**
|
path: tmp/external/repo/**
|
||||||
- name: Tar pass2 image
|
- name: Tar pass2 image
|
||||||
run: tar -cf pass2_image.tar tmp
|
run: tar -cf pass2_image.tar --exclude "tmp/external/distfiles" tmp
|
||||||
- name: Archive pass2_image
|
- name: Archive pass2_image
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
|
|
@ -164,6 +164,7 @@ build: grep-3.7
|
||||||
build: sed-4.8
|
build: sed-4.8
|
||||||
build: autogen-5.18.16
|
build: autogen-5.18.16
|
||||||
build: musl-1.2.4
|
build: musl-1.2.4
|
||||||
|
jump: break ( INTERNAL_CI == pass1 ) # scripts are generated in pass1
|
||||||
build: python-2.0.1
|
build: python-2.0.1
|
||||||
build: python-2.0.1
|
build: python-2.0.1
|
||||||
build: python-2.3.7
|
build: python-2.3.7
|
||||||
|
|
@ -175,7 +176,6 @@ build: python-3.3.7
|
||||||
build: python-3.4.10
|
build: python-3.4.10
|
||||||
build: python-3.8.16
|
build: python-3.8.16
|
||||||
build: python-3.11.1
|
build: python-3.11.1
|
||||||
jump: break ( INTERNAL_CI == pass1 ) # scripts are generated in pass1
|
|
||||||
build: gcc-10.4.0
|
build: gcc-10.4.0
|
||||||
build: binutils-2.41
|
build: binutils-2.41
|
||||||
build: gcc-13.1.0
|
build: gcc-13.1.0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue