aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2019-10-28 05:32:45 -0400
committerGitHub <noreply@github.com>2019-10-28 05:32:45 -0400
commitb052a1a020844b2756e9c020ea550709beba34fb (patch)
treef868e401807ceb3a0ae0983366d246167f58a643 /python/servo
parent0c20fba2ab9f7f2f350a2ea42cdf3c1c58c1462b (diff)
parentd59fd0fb6559f5c0ad16f02243a7dae56141817b (diff)
downloadservo-b052a1a020844b2756e9c020ea550709beba34fb.tar.gz
servo-b052a1a020844b2756e9c020ea550709beba34fb.zip
Auto merge of #24542 - jdm:angle-up, r=paulrouget
Update UWP ANGLE to a modern version The previous UWP ANGLE builds were made from https://github.com/servo/ms-angle/tree/servo-master which was based on an abandoned revision of ANGLE from >2 years ago. This is lacking some features that are necessary for https://github.com/servo/webxr/issues/46, so this is a new build produced from https://github.com/google/angle/ instead. I've documented the process for releasing new ANGLE builds at https://github.com/servo/servo/wiki/Publishing-a-new-ANGLE-NuGet-version. --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #24199 - [x] These changes do not require tests because the windows testing situation is sad, and the UWP testing situation is sadder
Diffstat (limited to 'python/servo')
-rw-r--r--python/servo/build_commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/build_commands.py b/python/servo/build_commands.py
index 7c4eda9950a..6702c571f3a 100644
--- a/python/servo/build_commands.py
+++ b/python/servo/build_commands.py
@@ -787,7 +787,7 @@ def angle_root(target, nuget_env):
}
angle_arch = arch[target.split('-')[0]]
angle_default_path = path.join(os.getcwd(), "support", "hololens", "packages",
- "ANGLE.WindowsStore.Servo.2.1.13", "bin", "UAP", angle_arch)
+ "ANGLE.WindowsStore.Servo.2.1.15", "bin", "UAP", angle_arch)
# Nuget executable command
nuget_app = path.join(os.getcwd(), "support", "hololens", "ServoApp.sln")