File tree 6 files changed +5
-17
lines changed
6 files changed +5
-17
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: build_android
2
2
3
3
agent :
4
4
type : Unity::VM::osx
5
- image : buildfarm /mac:stable
5
+ image : platform-foundation /mac-bokken:latest
6
6
flavor : m1.mac
7
7
8
8
commands :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: build_linux_x64
2
2
3
3
agent :
4
4
type : Unity::VM
5
- image : cds-ops/ ubuntu-18.04-agent:v1.0.11-765607
5
+ image : platform-foundation/linux- ubuntu-18.04-mono-bokken:latest
6
6
flavor : b1.large
7
7
8
8
commands :
Original file line number Diff line number Diff line change 1
- sudo dpkg --add-architecture i386
2
- sudo DEBIAN_FRONTEND=noninteractive apt-get -qy update
3
- sudo apt-get install -y schroot
4
- sudo apt-get install -y binutils debootstrap
5
- sudo apt-get install -y m4
6
- sudo apt-get install -y libc6-i386
7
- sudo apt-get install -y libc6-dev-i386
8
- sudo apt-get install -y zlib1g:i386
9
- sudo apt-get install -y zlib1g-dev:i386
10
- sudo apt-get install -y libstdc++6:i386
11
- sudo apt-get install -y libncurses5:i386
12
- sudo apt-get install -y libncurses5-dev:i386
13
1
git submodule update --init --recursive
14
2
export UNITY_THISISABUILDMACHINE=1
15
3
# try again in case previous update failed
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: build_linux_x86
2
2
3
3
agent :
4
4
type : Unity::VM
5
- image : cds-ops/ ubuntu-18.04-agent:v1.0.11-765607
5
+ image : platform-foundation/linux- ubuntu-18.04-mono-bokken:latest
6
6
flavor : b1.large
7
7
8
8
commands :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: build_osx_classlibs
2
2
3
3
agent :
4
4
type : Unity::VM::osx
5
- image : buildfarm /mac:latest
5
+ image : platform-foundation /mac-bokken :latest
6
6
flavor : m1.mac
7
7
8
8
commands :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: build_osx_runtime
2
2
3
3
agent :
4
4
type : Unity::VM::osx
5
- image : buildfarm /mac:latest
5
+ image : platform-foundation /mac-bokken :latest
6
6
flavor : m1.mac
7
7
8
8
commands :
You can’t perform that action at this time.
0 commit comments