mirror of https://github.com/acidanthera/audk.git
Build: Switched ocbuild to audk-stable-202302 branch.
This commit is contained in:
parent
eb0955c10d
commit
2009ea50f3
|
@ -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-202302/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-202302/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-202302/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-202302/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-202302
|
||||
path: ./
|
||||
|
||||
- name: Install dependencies
|
||||
|
|
|
@ -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-202302/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-202302/efibuild.sh || exit 1
|
||||
chmod +x ./efibuild.sh
|
||||
ln -s `pwd` UDK
|
||||
|
||||
|
@ -155,12 +155,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-202302/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-202302/efibuild.sh || exit 1
|
||||
chmod +x ./efibuild.sh
|
||||
cmd <<< "mklink /D .\\UDK .\\" > /dev/null
|
||||
|
||||
|
|
|
@ -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-202302/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-202302/efibuild.sh || exit 1
|
||||
chmod +x ./efibuild.sh
|
||||
ln -s `pwd` UDK
|
||||
|
||||
|
@ -153,12 +153,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-202302/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-202302/efibuild.sh || exit 1
|
||||
chmod +x ./efibuild.sh
|
||||
cmd <<< "mklink /D .\\UDK .\\" > /dev/null
|
||||
|
||||
|
@ -579,7 +579,7 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: acidanthera/ocbuild
|
||||
ref: master
|
||||
ref: audk-stable-202302
|
||||
path: ./
|
||||
|
||||
- name: Install dependencies
|
||||
|
|
|
@ -78,7 +78,7 @@ 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-202302/ci-bootstrap.sh) && eval "$src" || exit 1
|
||||
touch UDK.ready
|
||||
|
||||
# Initializes the CodeQL tools for scanning.
|
||||
|
@ -93,7 +93,7 @@ jobs:
|
|||
|
||||
- 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-202302/efibuild.sh || exit 1
|
||||
chmod +x ./efibuild.sh
|
||||
cmd <<< "mklink /D .\\UDK .\\" > /dev/null
|
||||
|
||||
|
|
|
@ -10,4 +10,4 @@ services:
|
|||
entrypoint:
|
||||
- /bin/bash
|
||||
- -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…
Reference in New Issue