File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,10 @@ isucon14とほぼ同じ環境を構築するためのVagrantfileです。
23
23
24
24
## 動作確認
25
25
26
- macOS(intel) + VirtualBox 7.1.4 + Vagrant 2.4.2で動作確認済です。
27
- VMWare Desktopでも動作するかもしれませんが未確認です。
26
+ 以下の環境で動作確認済です。
27
+
28
+ * macOS(Intel) + VirtualBox 7.1.4 + Vagrant 2.4.2
29
+ * macOS(AppleSilicon) + VMware Fusion 13.6.2 + Vagrant 2.4.3
28
30
29
31
## 本来の設定と異なるところ
30
32
Original file line number Diff line number Diff line change @@ -97,6 +97,8 @@ Vagrant.configure("2") do |config|
97
97
rm -rf ${GITDIR}
98
98
git clone --depth=1 https://github.com/isucon/isucon14.git ${GITDIR}
99
99
100
+ # amd64以外でも動作するように
101
+ sed -i -e "/go-install/s/$/ `uname -s | tr 'A-Z' 'a-z'` `dpkg --print-architecture`/" ${GITDIR}/provisioning/ansible/roles/xbuild/tasks/main.yml
100
102
sed -i -e "s/_linux_amd64//" ${GITDIR}/provisioning/ansible/roles/bench/tasks/main.yaml
101
103
sed -i -e "/isuadmin-user/d" -e "/envcheck/d" ${GITDIR}/provisioning/ansible/application.yml
102
104
mkdir -p /etc/ssh/sshd_config.d
You can’t perform that action at this time.
0 commit comments