mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
CI: Switched ocbuild to audk-stable-202311 branch.
This commit is contained in:
parent
6b0f39daf1
commit
2ee09c65fc
10
.github/workflows/build_arm.yaml
vendored
10
.github/workflows/build_arm.yaml
vendored
@ -30,12 +30,12 @@ jobs:
|
||||
|
||||
- name: CI Bootstrap
|
||||
run: |
|
||||
src=$(/usr/bin/curl -Lfs https://raw.githubusercontent.com/acidanthera/ocbuild/master/ci-bootstrap.sh) && eval "$src" || exit 1
|
||||
src=$(/usr/bin/curl -Lfs https://raw.githubusercontent.com/acidanthera/ocbuild/audk-stable-202311/ci-bootstrap.sh) && eval "$src" || exit 1
|
||||
touch UDK.ready
|
||||
|
||||
- name: Prepare efibuild.sh
|
||||
run: |
|
||||
curl -o ./efibuild.sh https://raw.githubusercontent.com/acidanthera/ocbuild/master/efibuild.sh || exit 1
|
||||
curl -o ./efibuild.sh https://raw.githubusercontent.com/acidanthera/ocbuild/audk-stable-202311/efibuild.sh || exit 1
|
||||
chmod +x ./efibuild.sh
|
||||
ln -s `pwd` UDK
|
||||
|
||||
@ -132,12 +132,12 @@ jobs:
|
||||
|
||||
- name: CI Bootstrap
|
||||
run: |
|
||||
src=$(/usr/bin/curl -Lfs https://raw.githubusercontent.com/acidanthera/ocbuild/master/ci-bootstrap.sh) && eval "$src" || exit 1
|
||||
src=$(/usr/bin/curl -Lfs https://raw.githubusercontent.com/acidanthera/ocbuild/audk-stable-202311/ci-bootstrap.sh) && eval "$src" || exit 1
|
||||
touch UDK.ready
|
||||
|
||||
- name: Prepare efibuild.sh
|
||||
run: |
|
||||
curl -o ./efibuild.sh https://raw.githubusercontent.com/acidanthera/ocbuild/master/efibuild.sh || exit 1
|
||||
curl -o ./efibuild.sh https://raw.githubusercontent.com/acidanthera/ocbuild/audk-stable-202311/efibuild.sh || exit 1
|
||||
chmod +x ./efibuild.sh
|
||||
ln -s `pwd` UDK
|
||||
|
||||
@ -225,7 +225,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: acidanthera/ocbuild
|
||||
ref: master
|
||||
ref: audk-stable-202311
|
||||
path: ./
|
||||
|
||||
- name: Install dependencies
|
||||
|
8
.github/workflows/build_common.yml
vendored
8
.github/workflows/build_common.yml
vendored
@ -40,12 +40,12 @@ jobs:
|
||||
|
||||
- name: CI Bootstrap
|
||||
run: |
|
||||
src=$(/usr/bin/curl -Lfs https://raw.githubusercontent.com/acidanthera/ocbuild/master/ci-bootstrap.sh) && eval "$src" || exit 1
|
||||
src=$(/usr/bin/curl -Lfs https://raw.githubusercontent.com/acidanthera/ocbuild/audk-stable-202311/ci-bootstrap.sh) && eval "$src" || exit 1
|
||||
touch UDK.ready
|
||||
|
||||
- name: Prepare efibuild.sh
|
||||
run: |
|
||||
curl -o ./efibuild.sh https://raw.githubusercontent.com/acidanthera/ocbuild/master/efibuild.sh || exit 1
|
||||
curl -o ./efibuild.sh https://raw.githubusercontent.com/acidanthera/ocbuild/audk-stable-202311/efibuild.sh || exit 1
|
||||
chmod +x ./efibuild.sh
|
||||
ln -s `pwd` UDK
|
||||
|
||||
@ -154,12 +154,12 @@ jobs:
|
||||
|
||||
- name: CI Bootstrap
|
||||
run: |
|
||||
src=$(curl -Lfs https://raw.githubusercontent.com/acidanthera/ocbuild/master/ci-bootstrap.sh) && eval "$src" || exit 1
|
||||
src=$(curl -Lfs https://raw.githubusercontent.com/acidanthera/ocbuild/audk-stable-202311/ci-bootstrap.sh) && eval "$src" || exit 1
|
||||
touch UDK.ready
|
||||
|
||||
- name: Prepare efibuild.sh
|
||||
run: |
|
||||
curl -o ./efibuild.sh https://raw.githubusercontent.com/acidanthera/ocbuild/master/efibuild.sh || exit 1
|
||||
curl -o ./efibuild.sh https://raw.githubusercontent.com/acidanthera/ocbuild/audk-stable-202311/efibuild.sh || exit 1
|
||||
chmod +x ./efibuild.sh
|
||||
cmd <<< "mklink /D .\\UDK .\\" > /dev/null
|
||||
|
||||
|
8
.github/workflows/build_nolto.yaml
vendored
8
.github/workflows/build_nolto.yaml
vendored
@ -30,12 +30,12 @@ jobs:
|
||||
|
||||
- name: CI Bootstrap
|
||||
run: |
|
||||
src=$(/usr/bin/curl -Lfs https://raw.githubusercontent.com/acidanthera/ocbuild/master/ci-bootstrap.sh) && eval "$src" || exit 1
|
||||
src=$(/usr/bin/curl -Lfs https://raw.githubusercontent.com/acidanthera/ocbuild/audk-stable-202311/ci-bootstrap.sh) && eval "$src" || exit 1
|
||||
touch UDK.ready
|
||||
|
||||
- name: Prepare efibuild.sh
|
||||
run: |
|
||||
curl -o ./efibuild.sh https://raw.githubusercontent.com/acidanthera/ocbuild/master/efibuild.sh || exit 1
|
||||
curl -o ./efibuild.sh https://raw.githubusercontent.com/acidanthera/ocbuild/audk-stable-202311/efibuild.sh || exit 1
|
||||
chmod +x ./efibuild.sh
|
||||
ln -s `pwd` UDK
|
||||
|
||||
@ -373,7 +373,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: acidanthera/ocbuild
|
||||
ref: master
|
||||
ref: audk-stable-202311
|
||||
path: ./
|
||||
|
||||
- name: Install dependencies
|
||||
@ -475,7 +475,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: acidanthera/ocbuild
|
||||
ref: master
|
||||
ref: audk-stable-202311
|
||||
path: ./
|
||||
|
||||
- name: Install dependencies
|
||||
|
10
.github/workflows/build_x86.yaml
vendored
10
.github/workflows/build_x86.yaml
vendored
@ -42,12 +42,12 @@ jobs:
|
||||
|
||||
- name: CI Bootstrap
|
||||
run: |
|
||||
src=$(/usr/bin/curl -Lfs https://raw.githubusercontent.com/acidanthera/ocbuild/master/ci-bootstrap.sh) && eval "$src" || exit 1
|
||||
src=$(/usr/bin/curl -Lfs https://raw.githubusercontent.com/acidanthera/ocbuild/audk-stable-202311/ci-bootstrap.sh) && eval "$src" || exit 1
|
||||
touch UDK.ready
|
||||
|
||||
- name: Prepare efibuild.sh
|
||||
run: |
|
||||
curl -o ./efibuild.sh https://raw.githubusercontent.com/acidanthera/ocbuild/master/efibuild.sh || exit 1
|
||||
curl -o ./efibuild.sh https://raw.githubusercontent.com/acidanthera/ocbuild/audk-stable-202311/efibuild.sh || exit 1
|
||||
chmod +x ./efibuild.sh
|
||||
ln -s `pwd` UDK
|
||||
|
||||
@ -152,12 +152,12 @@ jobs:
|
||||
|
||||
- name: CI Bootstrap
|
||||
run: |
|
||||
src=$(curl -Lfs https://raw.githubusercontent.com/acidanthera/ocbuild/master/ci-bootstrap.sh) && eval "$src" || exit 1
|
||||
src=$(curl -Lfs https://raw.githubusercontent.com/acidanthera/ocbuild/audk-stable-202311/ci-bootstrap.sh) && eval "$src" || exit 1
|
||||
touch UDK.ready
|
||||
|
||||
- name: Prepare efibuild.sh
|
||||
run: |
|
||||
curl -o ./efibuild.sh https://raw.githubusercontent.com/acidanthera/ocbuild/master/efibuild.sh || exit 1
|
||||
curl -o ./efibuild.sh https://raw.githubusercontent.com/acidanthera/ocbuild/audk-stable-202311/efibuild.sh || exit 1
|
||||
chmod +x ./efibuild.sh
|
||||
cmd <<< "mklink /D .\\UDK .\\" > /dev/null
|
||||
|
||||
@ -578,7 +578,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: acidanthera/ocbuild
|
||||
ref: master
|
||||
ref: audk-stable-202311
|
||||
path: ./
|
||||
|
||||
- name: Install dependencies
|
||||
|
Loading…
x
Reference in New Issue
Block a user