aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/build_commands.py
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2020-11-11 18:05:02 +0100
committerSimon Sapin <simon.sapin@exyr.org>2020-11-11 21:02:51 +0100
commit68b565757593edbe2982ce46100d6db73e508625 (patch)
tree3140080169232287a2a8f15d8cc4d0d9e05594e5 /python/servo/build_commands.py
parent5488790be68aa03c603954f648a12b3d26139b0c (diff)
downloadservo-68b565757593edbe2982ce46100d6db73e508625.tar.gz
servo-68b565757593edbe2982ce46100d6db73e508625.zip
Use new S3 buckets
CC https://github.com/servo/project/issues/25
Diffstat (limited to 'python/servo/build_commands.py')
-rw-r--r--python/servo/build_commands.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/servo/build_commands.py b/python/servo/build_commands.py
index 9c2e7429463..7095cfbcad4 100644
--- a/python/servo/build_commands.py
+++ b/python/servo/build_commands.py
@@ -510,7 +510,7 @@ class MachCommands(CommandBase):
# Follow these instructions to build and deploy new binaries
# https://github.com/servo/libgstreamer_android_gen#build
print("Downloading GStreamer dependencies")
- gst_url = "https://servo-deps.s3.amazonaws.com/gstreamer/%s" % gst_lib_zip
+ gst_url = "https://servo-deps-2.s3.amazonaws.com/gstreamer/%s" % gst_lib_zip
print(gst_url)
urllib.request.urlretrieve(gst_url, gst_lib_zip)
zip_ref = zipfile.ZipFile(gst_lib_zip, "r")
@@ -605,7 +605,7 @@ class MachCommands(CommandBase):
# GStreamer configuration
env.setdefault("GSTREAMER_DIR", path.join(target_path, target, "native", "gstreamer-1.16.0"))
- env.setdefault("GSTREAMER_URL", "https://servo-deps.s3.amazonaws.com/gstreamer/gstreamer-magicleap-1.16.0-20190823-104505.tgz")
+ env.setdefault("GSTREAMER_URL", "https://servo-deps-2.s3.amazonaws.com/gstreamer/gstreamer-magicleap-1.16.0-20190823-104505.tgz")
env.setdefault("PKG_CONFIG_PATH", path.join(env["GSTREAMER_DIR"], "system", "lib64", "pkgconfig"))
# Override the linker set in .cargo/config