mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-26 14:30:27 +00:00
9df8b92171
- Bug 1165486 - Detect with scopes at parse time using the static scope chain instead of treating it as a polluted global. (r=luke) (d3f36dba2) - Bug 1147144 - OdinMonkey: fix toString() on asm.js module when source discarding is enabled (r=bbouvier) (c531a712a) - Bug 1219954 - Check for OOM in js::AsmJSFunctionToString() r=bbouvier (b49c34ba2) - Bug 1154391 - Remove export syntax that's not present in ES6 r=shu (4cf107d0f) - Bug 1154947 part 1: Add routes scopes to taskcluster graph. (a9288fb42) - Bug 1143286 - Fix terminating scope assertion in DebugScopeObject. (r=jimb) (2adef2ea7) - Bug 1148963 - OdinMonkey: throw if link-time failure and discardSource = true (r=bbouvier) (effa89d9b) - Bug 1148963 - OdinMonkey: add CompileOptions::lazyParsingDisabled and testing function setDiscardSource (r=bz) (8c0798e2c) - Bug 1141417 - Remove cmake from builder image r=me a=taskcluster-only (38c536206) - Bug 1142801: Update docker images for taskcluster-vcs 2.3.1. CLOSED TREE (b66596fad) - Bug 1119387 part 4: Validate only artifacts that can leak blobs. (fb3740271) - Bug 1139173 - ipc/chromium: Use <errno.h> instead of non-standard <sys/errno.h>. r=froydnj (a224046a7) - Bug 1139173 - ipc/chromium: Remove unused functions from file_util. r=froydnj (b8c2ecbfd) - Bug 1139173 - ipc/chromium: Remove ScopedTempDir. r=froydnj (2a0673401)
9 lines
276 B
Docker
9 lines
276 B
Docker
FROM quay.io/mozilla/base-build:0.0.1
|
|
MAINTAINER Jonas Finnemann Jensen <jopsen@gmail.com>
|
|
|
|
ENV PATH /home/worker/bin/:$PATH
|
|
|
|
# Add utilities and configuration
|
|
RUN npm install -g taskcluster-vcs@2.3.1
|
|
ADD bin /home/worker/bin
|