File tree 1 file changed +9
-2
lines changed 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,9 @@ common_steps_template: &COMMON_STEPS_TEMPLATE
65
65
excludes+='|^std.math.exponential(-shared)?$'
66
66
# FIXME: failure
67
67
excludes+='|^druntime-test-exceptions-debug$'
68
+ # std.path unittests apparently need HOME, which happens not to be set
69
+ export HOME=~
70
+ echo "Setting HOME to '$HOME'"
68
71
elif [[ "$CI_OS-$CI_ARCH" == "osx-arm64" ]]; then
69
72
# FIXME: sporadic segfaults/bus errors with enabled optimizations
70
73
excludes+='|^core.thread.fiber(-shared)?$'
@@ -321,10 +324,14 @@ task:
321
324
322
325
task :
323
326
name : Ubuntu 20.04 aarch64
324
- arm_container :
325
- image : ubuntu:20.04
327
+ compute_engine_instance :
328
+ image_project : ubuntu-os-cloud
329
+ image : family/ubuntu-2004-lts-arm64
330
+ platform : linux
331
+ architecture : arm64
326
332
cpu : 4
327
333
memory : 8G
334
+ disk : 20
328
335
timeout_in : 60m
329
336
environment :
330
337
CI_ARCH : aarch64
You can’t perform that action at this time.
0 commit comments