<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/docker.git/hack/make, branch master</title>
<subtitle>github.com: dotcloud/docker.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/docker.git/'/>
<entry>
<title>hack: enable Go modules when building dockerd and docker-proxy</title>
<updated>2023-04-25T10:30:52+00:00</updated>
<author>
<name>Kevin Alvarez</name>
<email>crazy-max@users.noreply.github.com</email>
</author>
<published>2023-04-11T00:31:23+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/docker.git/commit/?id=7665feeb528d02021b943aed3655eff5eca96598'/>
<id>7665feeb528d02021b943aed3655eff5eca96598</id>
<content type='text'>
This is a workaround to have buildinfo with deps embedded in the
binary. We need to create a go.mod file before building with
-modfile=vendor.mod, otherwise it fails with:
"-modfile cannot be used to set the module root directory."

Signed-off-by: CrazyMax &lt;crazy-max@users.noreply.github.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a workaround to have buildinfo with deps embedded in the
binary. We need to create a go.mod file before building with
-modfile=vendor.mod, otherwise it fails with:
"-modfile cannot be used to set the module root directory."

Signed-off-by: CrazyMax &lt;crazy-max@users.noreply.github.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #44853 from crazy-max/rm-install-suffix</title>
<updated>2023-01-20T17:25:50+00:00</updated>
<author>
<name>Sebastiaan van Stijn</name>
<email>thaJeztah@users.noreply.github.com</email>
</author>
<published>2023-01-20T17:25:50+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/docker.git/commit/?id=abdf23c6c0c0628c28120105521d65fa8a33d9d2'/>
<id>abdf23c6c0c0628c28120105521d65fa8a33d9d2</id>
<content type='text'>
hack: remove -installsuffix build flag</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
hack: remove -installsuffix build flag</pre>
</div>
</content>
</entry>
<entry>
<title>hack: check if cross-compiling before setting ARM target name</title>
<updated>2023-01-20T14:13:11+00:00</updated>
<author>
<name>CrazyMax</name>
<email>crazy-max@users.noreply.github.com</email>
</author>
<published>2023-01-20T14:13:11+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/docker.git/commit/?id=67aa86f1e01f2801a812fa46c95e7e93ea6c0ca1'/>
<id>67aa86f1e01f2801a812fa46c95e7e93ea6c0ca1</id>
<content type='text'>
Signed-off-by: CrazyMax &lt;crazy-max@users.noreply.github.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: CrazyMax &lt;crazy-max@users.noreply.github.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>hack: display build cmd when DOCKER_DEBUG set</title>
<updated>2023-01-19T20:33:39+00:00</updated>
<author>
<name>CrazyMax</name>
<email>crazy-max@users.noreply.github.com</email>
</author>
<published>2023-01-18T21:03:34+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/docker.git/commit/?id=170a1c4709bfaf449393e5fc985d18c2e2af27bd'/>
<id>170a1c4709bfaf449393e5fc985d18c2e2af27bd</id>
<content type='text'>
Signed-off-by: CrazyMax &lt;crazy-max@users.noreply.github.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: CrazyMax &lt;crazy-max@users.noreply.github.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>hack: remove unnecessary vars in make.sh script</title>
<updated>2023-01-19T20:33:38+00:00</updated>
<author>
<name>CrazyMax</name>
<email>crazy-max@users.noreply.github.com</email>
</author>
<published>2023-01-18T19:24:31+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/docker.git/commit/?id=877baae03e1810b6a6afaa8b767b8df25f5c5cae'/>
<id>877baae03e1810b6a6afaa8b767b8df25f5c5cae</id>
<content type='text'>
Signed-off-by: CrazyMax &lt;crazy-max@users.noreply.github.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: CrazyMax &lt;crazy-max@users.noreply.github.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>hack: name for target ARM architecture not specified</title>
<updated>2023-01-16T10:40:47+00:00</updated>
<author>
<name>Kevin Alvarez</name>
<email>crazy-max@users.noreply.github.com</email>
</author>
<published>2023-01-16T10:39:34+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/docker.git/commit/?id=945704208a8f4e3aa16c644a9d96c5735cc6f31d'/>
<id>945704208a8f4e3aa16c644a9d96c5735cc6f31d</id>
<content type='text'>
Build currently doesn't set the right name for target ARM
architecture through switches in CGO_CFLAGS and CGO_CXXFLAGS
when doing cross-compilation. This was previously fixed in https://github.com/moby/moby/pull/43474

Also removes the toolchain configuration. Following changes for
cross-compilation in https://github.com/moby/moby/pull/44546,
we forgot to remove the toolchain configuration that is
not used anymore as xx already sets correct cc/cxx envs already.

Signed-off-by: CrazyMax &lt;crazy-max@users.noreply.github.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Build currently doesn't set the right name for target ARM
architecture through switches in CGO_CFLAGS and CGO_CXXFLAGS
when doing cross-compilation. This was previously fixed in https://github.com/moby/moby/pull/43474

Also removes the toolchain configuration. Following changes for
cross-compilation in https://github.com/moby/moby/pull/44546,
we forgot to remove the toolchain configuration that is
not used anymore as xx already sets correct cc/cxx envs already.

Signed-off-by: CrazyMax &lt;crazy-max@users.noreply.github.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>hack: typo in displayed platform name</title>
<updated>2023-01-16T10:40:47+00:00</updated>
<author>
<name>CrazyMax</name>
<email>crazy-max@users.noreply.github.com</email>
</author>
<published>2023-01-12T19:24:49+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/docker.git/commit/?id=94639eb66fa5284b5d8b820bdd7e65c754e4632c'/>
<id>94639eb66fa5284b5d8b820bdd7e65c754e4632c</id>
<content type='text'>
Signed-off-by: CrazyMax &lt;crazy-max@users.noreply.github.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: CrazyMax &lt;crazy-max@users.noreply.github.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #44748 from vvoland/buildflags-nopie-whenrace</title>
<updated>2023-01-05T19:24:21+00:00</updated>
<author>
<name>Sebastiaan van Stijn</name>
<email>thaJeztah@users.noreply.github.com</email>
</author>
<published>2023-01-05T19:24:21+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/docker.git/commit/?id=57af88a654426d6c5513accc54ac3f90cbf34150'/>
<id>57af88a654426d6c5513accc54ac3f90cbf34150</id>
<content type='text'>
hack/make: Don't add -buildmode=pie with -race</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
hack/make: Don't add -buildmode=pie with -race</pre>
</div>
</content>
</entry>
<entry>
<title>hack/make: Don't add -buildmode=pie with -race</title>
<updated>2023-01-05T14:28:03+00:00</updated>
<author>
<name>Paweł Gronowski</name>
<email>pawel.gronowski@docker.com</email>
</author>
<published>2023-01-05T13:04:32+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/docker.git/commit/?id=bbe6e9e8d1c56b3e881f471e951435d340b65596'/>
<id>bbe6e9e8d1c56b3e881f471e951435d340b65596</id>
<content type='text'>
Make it possible to add `-race` to the BUILDFLAGS without making the
build fail with error:
"-buildmode=pie not supported when -race is enabled"

Signed-off-by: Paweł Gronowski &lt;pawel.gronowski@docker.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make it possible to add `-race` to the BUILDFLAGS without making the
build fail with error:
"-buildmode=pie not supported when -race is enabled"

Signed-off-by: Paweł Gronowski &lt;pawel.gronowski@docker.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>hack: restore copy_binaries func</title>
<updated>2023-01-05T12:21:28+00:00</updated>
<author>
<name>CrazyMax</name>
<email>crazy-max@users.noreply.github.com</email>
</author>
<published>2023-01-04T11:13:52+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/docker.git/commit/?id=7e7b0622a6906010cacb48d7b231f7d00227d3e3'/>
<id>7e7b0622a6906010cacb48d7b231f7d00227d3e3</id>
<content type='text'>
This function is still useful for the dev environment.

Signed-off-by: CrazyMax &lt;crazy-max@users.noreply.github.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This function is still useful for the dev environment.

Signed-off-by: CrazyMax &lt;crazy-max@users.noreply.github.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
