Skip to content

Commit

Permalink
Use raqote backend for win arm64.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm committed Jun 11, 2019
1 parent 9007944 commit 41f47cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/taskcluster/decision_task.py
Expand Up @@ -381,7 +381,7 @@ def windows_arm64():
windows_build_task("Dev build", package=False, arch="arm64")
.with_treeherder("Windows arm64")
.with_script(
"python mach build --dev --target aarch64-pc-windows-msvc",
"python mach build --dev --target aarch64-pc-windows-msvc --features raqote_backend",
)
.find_or_create("build.windows_arm64_dev." + CONFIG.task_id())
)
Expand Down

0 comments on commit 41f47cb

Please sign in to comment.