On 2014/09/05 01:24:00, proppy wrote: > Hello mailto:golang-codereviews@googlegroups.com, > > I'd like you to review ...
10 years, 10 months ago
(2014-09-05 01:28:34 UTC)
#2
On 2014/09/05 01:24:00, proppy wrote:
> Hello mailto:golang-codereviews@googlegroups.com,
>
> I'd like you to review this change to
> https://code.google.com/p/go.tools/
Before:
REPOSITORY TAG IMAGE ID CREATED
VIRTUAL SIZE
bar latest 2a4fb04b434c 6 seconds ago
536 MB
After:
REPOSITORY TAG IMAGE ID CREATED
VIRTUAL SIZE
foo latest df1c7989de7e 6 minutes ago
402.1 MB
On 2014/09/05 20:17:32, bradfitz wrote: > LGTM once the tests all pass. > > Also, ...
10 years, 10 months ago
(2014-09-05 22:31:41 UTC)
#7
On 2014/09/05 20:17:32, bradfitz wrote:
> LGTM once the tests all pass.
>
> Also, wait for https://codereview.appspot.com/132650043 to go in first and
then
> update this CL to reference that CL's hg hash.
PTAL nacl build were broken, I moved the symlink stuff to the shell script.
On 2014/09/05 22:31:41, proppy wrote: > On 2014/09/05 20:17:32, bradfitz wrote: > > LGTM once ...
10 years, 10 months ago
(2014-09-05 22:46:09 UTC)
#8
On 2014/09/05 22:31:41, proppy wrote:
> On 2014/09/05 20:17:32, bradfitz wrote:
> > LGTM once the tests all pass.
> >
> > Also, wait for https://codereview.appspot.com/132650043 to go in first and
> then
> > update this CL to reference that CL's hg hash.
>
> PTAL nacl build were broken, I moved the symlink stuff to the shell script.
so both linux and nacl builder pass the tests:
```
$ make check
docker build -t gobuilders/linux-x86-base .
...
docker run gobuilders/linux-x86-base /usr/local/bin/builder -rev=50ac9eded6ad
-buildroot=/ -v -report=false linux-amd64-temp
...
ALL TESTS PASSED
```
```
$ make check
docker build -t gobuilders/linux-x86-nacl .
...
docker run gobuilders/linux-x86-nacl /usr/local/bin/builder -rev=59b1bb4bf045
-buildroot=/ -v -cmd=/usr/local/bin/build-command.pl -report=false
nacl-amd64p32-temp
...
ALL TESTS PASSED
...
```
Should I use the same base CL for the linux and nacl check rule?
Yeah, both should use the same Go (1.3.1's hash?) and same builder (latest). On Fri, ...
10 years, 10 months ago
(2014-09-05 22:53:07 UTC)
#9
Yeah, both should use the same Go (1.3.1's hash?) and same builder (latest).
On Fri, Sep 5, 2014 at 3:46 PM, <proppy@google.com> wrote:
> On 2014/09/05 22:31:41, proppy wrote:
>
>> On 2014/09/05 20:17:32, bradfitz wrote:
>> > LGTM once the tests all pass.
>> >
>> > Also, wait for https://codereview.appspot.com/132650043 to go in
>>
> first and
>
>> then
>> > update this CL to reference that CL's hg hash.
>>
>
> PTAL nacl build were broken, I moved the symlink stuff to the shell
>>
> script.
>
> so both linux and nacl builder pass the tests:
> ```
> $ make check
> docker build -t gobuilders/linux-x86-base .
> ...
> docker run gobuilders/linux-x86-base /usr/local/bin/builder
> -rev=50ac9eded6ad -buildroot=/ -v -report=false linux-amd64-temp
> ...
> ALL TESTS PASSED
> ```
>
> ```
>
> $ make check
> docker build -t gobuilders/linux-x86-nacl .
> ...
> docker run gobuilders/linux-x86-nacl /usr/local/bin/builder
> -rev=59b1bb4bf045 -buildroot=/ -v -cmd=/usr/local/bin/build-command.pl
> -report=false nacl-amd64p32-temp
> ...
> ALL TESTS PASSED
> ...
> ```
>
> Should I use the same base CL for the linux and nacl check rule?
>
> https://codereview.appspot.com/132590043/
>
On 2014/09/05 22:53:07, bradfitz wrote: > Yeah, both should use the same Go (1.3.1's hash?) ...
10 years, 10 months ago
(2014-09-05 23:22:09 UTC)
#10
On 2014/09/05 22:53:07, bradfitz wrote:
> Yeah, both should use the same Go (1.3.1's hash?) and same builder (latest).
>
>
>
> On Fri, Sep 5, 2014 at 3:46 PM, <mailto:proppy@google.com> wrote:
>
> > On 2014/09/05 22:31:41, proppy wrote:
> >
> >> On 2014/09/05 20:17:32, bradfitz wrote:
> >> > LGTM once the tests all pass.
> >> >
> >> > Also, wait for https://codereview.appspot.com/132650043 to go in
> >>
> > first and
> >
> >> then
> >> > update this CL to reference that CL's hg hash.
> >>
> >
> > PTAL nacl build were broken, I moved the symlink stuff to the shell
> >>
> > script.
> >
> > so both linux and nacl builder pass the tests:
> > ```
> > $ make check
> > docker build -t gobuilders/linux-x86-base .
> > ...
> > docker run gobuilders/linux-x86-base /usr/local/bin/builder
> > -rev=50ac9eded6ad -buildroot=/ -v -report=false linux-amd64-temp
> > ...
> > ALL TESTS PASSED
> > ```
> >
> > ```
> >
> > $ make check
> > docker build -t gobuilders/linux-x86-nacl .
> > ...
> > docker run gobuilders/linux-x86-nacl /usr/local/bin/builder
> > -rev=59b1bb4bf045 -buildroot=/ -v -cmd=/usr/local/bin/build-command.pl
> > -report=false nacl-amd64p32-temp
> > ...
> > ALL TESTS PASSED
> > ...
> > ```
> >
> > Should I use the same base CL for the linux and nacl check rule?
> >
> > https://codereview.appspot.com/132590043/
> >
PTAL updated revs
Issue 132590043: code review 132590043: dashboard: optimize linux docker image size
Created 10 years, 10 months ago by proppy
Modified 10 years, 10 months ago
Reviewers:
Base URL:
Comments: 10