mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1188608 - Update ubuntu builders to use tc-vcs 2.3.8 r=mrrrgn
This commit is contained in:
parent
dcb3ea22e3
commit
58c336ef89
@ -1,4 +1,4 @@
|
||||
FROM quay.io/djmitche/ubuntu-build:0.0.4
|
||||
FROM taskcluster/ubuntu-build:0.0.5
|
||||
MAINTAINER Morgan Reece Phillips <winter2718@gmail.com>
|
||||
|
||||
# Add build scripts; these are the entry points from the taskcluster worker, and
|
||||
|
@ -1 +1 @@
|
||||
quay.io/djmitche
|
||||
taskcluster
|
||||
|
@ -1 +1 @@
|
||||
0.0.22
|
||||
0.0.23
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM quay.io/djmitche/ubuntu32-build:0.0.4
|
||||
FROM taskcluster/ubuntu32-build:0.0.5
|
||||
MAINTAINER Morgan Reece Phillips <winter2718@gmail.com>
|
||||
|
||||
# Add build scripts; these are the entry points from the taskcluster worker, and
|
||||
|
@ -1 +1 @@
|
||||
quay.io/djmitche
|
||||
taskcluster
|
||||
|
@ -1 +1 @@
|
||||
0.0.2
|
||||
0.0.3
|
||||
|
@ -11,7 +11,7 @@ RUN bash /tmp/system-setup.sh
|
||||
# configure git and install tc-vcs
|
||||
RUN git config --global user.email "nobody@mozilla.com" && \
|
||||
git config --global user.name "mozilla"
|
||||
RUN npm install -g taskcluster-vcs@2.3.6
|
||||
RUN npm install -g taskcluster-vcs@2.3.8
|
||||
|
||||
# Ensure that build specific dependencies live in a single layer
|
||||
ADD build-setup.sh /tmp/build-setup.sh
|
||||
|
@ -1 +1 @@
|
||||
quay.io/djmitche
|
||||
taskcluster
|
||||
|
@ -1 +1 @@
|
||||
0.0.4
|
||||
0.0.5
|
||||
|
@ -11,7 +11,7 @@ RUN bash /tmp/system-setup.sh
|
||||
# configure git and install tc-vcs
|
||||
RUN git config --global user.email "nobody@mozilla.com" && \
|
||||
git config --global user.name "mozilla"
|
||||
RUN npm install -g taskcluster-vcs@2.3.6
|
||||
RUN npm install -g taskcluster-vcs@2.3.8
|
||||
|
||||
# Ensure that build specific dependencies live in a single layer
|
||||
ADD build-setup.sh /tmp/build-setup.sh
|
||||
|
@ -1 +1 @@
|
||||
quay.io/djmitche
|
||||
taskcluster
|
||||
|
@ -1 +1 @@
|
||||
0.0.4
|
||||
0.0.5
|
||||
|
Loading…
Reference in New Issue
Block a user