Skip to content

Commit

Permalink
env/windows-arm64/aws: halt after VM quits
Browse files Browse the repository at this point in the history
The Windows ARM64 VM should exit upon build completion. Afterwards, we
should try to terminate our instance. The coordinator will clean it up
soon anyway.

For golang/go#42604

Change-Id: Ib7b6adbe293d8ea9e54c8288de9f10c6a45ebeb3
Reviewed-on: https://go-review.googlesource.com/c/build/+/322657
Trust: Alexander Rakoczy <alex@golang.org>
Run-TryBot: Alexander Rakoczy <alex@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Carlos Amedee <carlos@golang.org>
  • Loading branch information
toothrot committed Jun 29, 2021
1 parent 7cb49dd commit f9d1c66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions env/windows-arm64/aws/win10-arm64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@
-chardev file,path=/var/log/qemu-serial.log,id=char0 \
-serial chardev:char0 \
-device ramfb

/sbin/halt

0 comments on commit f9d1c66

Please sign in to comment.