Skip to content

Commit 3023108

Browse files
authored
Merge pull request #1227 from Unity-Technologies/test-yamato
Use new mac and linux images
2 parents d7070cc + dc8d53c commit 3023108

6 files changed

+5
-17
lines changed

.yamato/build_android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: build_android
22

33
agent:
44
type: Unity::VM::osx
5-
image: buildfarm/mac:stable
5+
image: platform-foundation/mac-bokken:latest
66
flavor: m1.mac
77

88
commands:

.yamato/build_linux_x64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: build_linux_x64
22

33
agent:
44
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
66
flavor: b1.large
77

88
commands:

.yamato/build_linux_x86.sh

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
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
131
git submodule update --init --recursive
142
export UNITY_THISISABUILDMACHINE=1
153
# try again in case previous update failed

.yamato/build_linux_x86.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: build_linux_x86
22

33
agent:
44
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
66
flavor: b1.large
77

88
commands:

.yamato/build_osx_classlibs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: build_osx_classlibs
22

33
agent:
44
type: Unity::VM::osx
5-
image: buildfarm/mac:latest
5+
image: platform-foundation/mac-bokken:latest
66
flavor: m1.mac
77

88
commands:

.yamato/build_osx_runtime.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: build_osx_runtime
22

33
agent:
44
type: Unity::VM::osx
5-
image: buildfarm/mac:latest
5+
image: platform-foundation/mac-bokken:latest
66
flavor: m1.mac
77

88
commands:

0 commit comments

Comments
 (0)