mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-31 01:24:12 +02:00
Build: Switched ocbuild to audk-stable-202302 branch.
This commit is contained in:
parent
eb0955c10d
commit
2009ea50f3
10
.github/workflows/build_arm.yaml
vendored
10
.github/workflows/build_arm.yaml
vendored
@ -30,12 +30,12 @@ jobs:
|
|||||||
|
|
||||||
- name: CI Bootstrap
|
- name: CI Bootstrap
|
||||||
run: |
|
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-202302/ci-bootstrap.sh) && eval "$src" || exit 1
|
||||||
touch UDK.ready
|
touch UDK.ready
|
||||||
|
|
||||||
- name: Prepare efibuild.sh
|
- name: Prepare efibuild.sh
|
||||||
run: |
|
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-202302/efibuild.sh || exit 1
|
||||||
chmod +x ./efibuild.sh
|
chmod +x ./efibuild.sh
|
||||||
ln -s `pwd` UDK
|
ln -s `pwd` UDK
|
||||||
|
|
||||||
@ -132,12 +132,12 @@ jobs:
|
|||||||
|
|
||||||
- name: CI Bootstrap
|
- name: CI Bootstrap
|
||||||
run: |
|
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-202302/ci-bootstrap.sh) && eval "$src" || exit 1
|
||||||
touch UDK.ready
|
touch UDK.ready
|
||||||
|
|
||||||
- name: Prepare efibuild.sh
|
- name: Prepare efibuild.sh
|
||||||
run: |
|
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-202302/efibuild.sh || exit 1
|
||||||
chmod +x ./efibuild.sh
|
chmod +x ./efibuild.sh
|
||||||
ln -s `pwd` UDK
|
ln -s `pwd` UDK
|
||||||
|
|
||||||
@ -225,7 +225,7 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: acidanthera/ocbuild
|
repository: acidanthera/ocbuild
|
||||||
ref: master
|
ref: audk-stable-202302
|
||||||
path: ./
|
path: ./
|
||||||
|
|
||||||
- name: Install dependencies
|
- 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
|
- name: CI Bootstrap
|
||||||
run: |
|
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-202302/ci-bootstrap.sh) && eval "$src" || exit 1
|
||||||
touch UDK.ready
|
touch UDK.ready
|
||||||
|
|
||||||
- name: Prepare efibuild.sh
|
- name: Prepare efibuild.sh
|
||||||
run: |
|
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-202302/efibuild.sh || exit 1
|
||||||
chmod +x ./efibuild.sh
|
chmod +x ./efibuild.sh
|
||||||
ln -s `pwd` UDK
|
ln -s `pwd` UDK
|
||||||
|
|
||||||
@ -155,12 +155,12 @@ jobs:
|
|||||||
|
|
||||||
- name: CI Bootstrap
|
- name: CI Bootstrap
|
||||||
run: |
|
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-202302/ci-bootstrap.sh) && eval "$src" || exit 1
|
||||||
touch UDK.ready
|
touch UDK.ready
|
||||||
|
|
||||||
- name: Prepare efibuild.sh
|
- name: Prepare efibuild.sh
|
||||||
run: |
|
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-202302/efibuild.sh || exit 1
|
||||||
chmod +x ./efibuild.sh
|
chmod +x ./efibuild.sh
|
||||||
cmd <<< "mklink /D .\\UDK .\\" > /dev/null
|
cmd <<< "mklink /D .\\UDK .\\" > /dev/null
|
||||||
|
|
||||||
|
10
.github/workflows/build_x86.yaml
vendored
10
.github/workflows/build_x86.yaml
vendored
@ -42,12 +42,12 @@ jobs:
|
|||||||
|
|
||||||
- name: CI Bootstrap
|
- name: CI Bootstrap
|
||||||
run: |
|
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-202302/ci-bootstrap.sh) && eval "$src" || exit 1
|
||||||
touch UDK.ready
|
touch UDK.ready
|
||||||
|
|
||||||
- name: Prepare efibuild.sh
|
- name: Prepare efibuild.sh
|
||||||
run: |
|
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-202302/efibuild.sh || exit 1
|
||||||
chmod +x ./efibuild.sh
|
chmod +x ./efibuild.sh
|
||||||
ln -s `pwd` UDK
|
ln -s `pwd` UDK
|
||||||
|
|
||||||
@ -153,12 +153,12 @@ jobs:
|
|||||||
|
|
||||||
- name: CI Bootstrap
|
- name: CI Bootstrap
|
||||||
run: |
|
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-202302/ci-bootstrap.sh) && eval "$src" || exit 1
|
||||||
touch UDK.ready
|
touch UDK.ready
|
||||||
|
|
||||||
- name: Prepare efibuild.sh
|
- name: Prepare efibuild.sh
|
||||||
run: |
|
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-202302/efibuild.sh || exit 1
|
||||||
chmod +x ./efibuild.sh
|
chmod +x ./efibuild.sh
|
||||||
cmd <<< "mklink /D .\\UDK .\\" > /dev/null
|
cmd <<< "mklink /D .\\UDK .\\" > /dev/null
|
||||||
|
|
||||||
@ -579,7 +579,7 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: acidanthera/ocbuild
|
repository: acidanthera/ocbuild
|
||||||
ref: master
|
ref: audk-stable-202302
|
||||||
path: ./
|
path: ./
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
4
.github/workflows/codeql-analysis.yml
vendored
4
.github/workflows/codeql-analysis.yml
vendored
@ -78,7 +78,7 @@ jobs:
|
|||||||
|
|
||||||
- name: CI Bootstrap
|
- name: CI Bootstrap
|
||||||
run: |
|
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-202302/ci-bootstrap.sh) && eval "$src" || exit 1
|
||||||
touch UDK.ready
|
touch UDK.ready
|
||||||
|
|
||||||
# Initializes the CodeQL tools for scanning.
|
# Initializes the CodeQL tools for scanning.
|
||||||
@ -93,7 +93,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Prepare efibuild.sh
|
- name: Prepare efibuild.sh
|
||||||
run: |
|
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-202302/efibuild.sh || exit 1
|
||||||
chmod +x ./efibuild.sh
|
chmod +x ./efibuild.sh
|
||||||
cmd <<< "mklink /D .\\UDK .\\" > /dev/null
|
cmd <<< "mklink /D .\\UDK .\\" > /dev/null
|
||||||
|
|
||||||
|
@ -10,4 +10,4 @@ services:
|
|||||||
entrypoint:
|
entrypoint:
|
||||||
- /bin/bash
|
- /bin/bash
|
||||||
- -c
|
- -c
|
||||||
- "{ . ~/.edk2_rc.sh && eval \"$(/usr/bin/curl -Lfs https://raw.githubusercontent.com/acidanthera/ocbuild/master/ci-bootstrap.sh)\" && curl -o ./efibuild.sh \"https://raw.githubusercontent.com/acidanthera/ocbuild/master/efibuild.sh\" && rm -f UDK && ln -s `pwd` UDK && touch UDK.ready && . ./efibuild.sh; } || exit 1"
|
- "{ . ~/.edk2_rc.sh && eval \"$(/usr/bin/curl -Lfs https://raw.githubusercontent.com/acidanthera/ocbuild/audk-stable-202302/ci-bootstrap.sh)\" && curl -o ./efibuild.sh \"https://raw.githubusercontent.com/acidanthera/ocbuild/audk-stable-202302/efibuild.sh\" && rm -f UDK && ln -s `pwd` UDK && touch UDK.ready && . ./efibuild.sh; } || exit 1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user