Skip to content

Instantly share code, notes, and snippets.

View luser's full-sized avatar

Ted Mielczarek luser

View GitHub Profile
{
"argv": [],
"build_opts": {
"artifact": false,
"ccache": true,
"compiler": "msvc",
"debug": true,
"opt": false,
"sccache": true
},
{
"argv": [],
"build_opts": {
"artifact": false,
"ccache": true,
"compiler": "clang",
"debug": true,
"opt": false,
"sccache": true
},
diff --git a/build/mach_bootstrap.py b/build/mach_bootstrap.py
--- a/build/mach_bootstrap.py
+++ b/build/mach_bootstrap.py
@@ -127,16 +127,23 @@ def search_path(mozilla_dir, packages_tx
def handle_package(package):
if package[0] == 'optional':
try:
for path in handle_package(package[1:]):
yield path
except Exception:
{
"argv": [],
"build_opts": {
"artifact": false,
"ccache": true,
"compiler": "clang",
"debug": true,
"opt": false,
"sccache": false
},
{"argv": [], "build_opts": {"artifact": false, "ccache": true, "compiler": "clang", "debug": true, "opt": false, "sccache": true}, "client_id": "c890ef1c-c6d8-4bc5-8859-f27e346cda8b", "command": "build", "duration_ms": 301020, "success": true, "system": {"cpu_brand": "Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz", "logical_cores": 8, "memory_gb": 32, "os": "linux", "physical_cores": 4}, "time": "2018-08-09T20:50:12.356679Z"}
{
"$schema": "http=//json-schema.org/draft-04/schema#",
"properties": {
"argv": {
"description": "Full mach commandline. If the commandline contains absolute paths they will be sanitized.",
"items": {
"type": "string"
},
"type": "array"
},
diff --git a/Cargo.lock b/Cargo.lock
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1333,22 +1333,21 @@ dependencies = [
[[package]]
name = "mp4parse_fallible"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
[task 2018-07-16T16:11:36.391Z] 16:11:36 INFO - = note: "/builds/worker/workspace/build/src/build/cargo-linker" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/builds/worker/workspace/build/src/rustc/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/builds/worker/workspace/build/src/obj-firefox/toolkit/library/release/build/style-5938f41cb64bd839/build_script_build-5938f41cb64bd839.build_script_build0.rcgu.o" "-o" "/builds/worker/workspace/build/src/obj-firefox/toolkit/library/release/build/style-5938f41cb64bd839/build_script_build-5938f41cb64bd839" "/builds/worker/workspace/build/src/obj-firefox/toolkit/library/release/build/style-5938f41cb64bd839/build_script_build-5938f41cb64bd839.crate.allocator.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-Wl,-O1" "-nodefaultlibs" "-L" "/builds/worker/workspace/build/src/obj-firefox/toolkit/library/release/deps" "-L" "/builds/worker/workspace/build/src/obj-firefox/toolkit/library/release/build/libloading-985c790b8270d143/out" "-L" "/builds/worker/works
[[package]]
name = "Inflector"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"lazy_static 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
# HG changeset patch
# User Ted Mielczarek <[email protected]>
# Date 1531486303 14400
# Fri Jul 13 08:51:43 2018 -0400
# Node ID 9ef6c5d75089542233eae549c0928492e85365f9
# Parent 1fccde054cf61d8c4e2aa2140e828027a877b2c9
re-vendor rust
MozReview-Commit-ID: 28nAL0qdhSX