<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildbot/docker, branch v9</title>
<subtitle>LEDE buildbot configuration</subtitle>
<id>https://git-03.infra.openwrt.org/buildbot/atom?h=v9</id>
<link rel='self' href='https://git-03.infra.openwrt.org/buildbot/atom?h=v9'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/buildbot/'/>
<updated>2023-07-28T06:51:08Z</updated>
<entry>
<title>docker,worker: install pyelftools</title>
<updated>2023-07-28T06:51:08Z</updated>
<author>
<name>Ben Whitten</name>
</author>
<published>2023-07-27T20:25:56Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/buildbot/commit/?id=b4505aa5a7c4c041c43343a0e1371728c334fc7c'/>
<id>urn:sha1:b4505aa5a7c4c041c43343a0e1371728c334fc7c</id>
<content type='text'>
UBoot version of at least 2023.07.02 that use binman also have a dependency of pyelftools on the build host.

Signed-off-by: Ben Whitten &lt;BWhitten@users.noreply.github.com&gt;
Signed-off-by: Petr Štetiar &lt;ynezz@true.cz&gt; [whitespace fix]
</content>
</entry>
<entry>
<title>docker,worker: install g++-multilib</title>
<updated>2023-05-17T09:27:07Z</updated>
<author>
<name>Alois Klink</name>
</author>
<published>2022-11-23T17:23:48Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/buildbot/commit/?id=6b145dbf190c52caa1829f6dcfdc9e304552bd5a'/>
<id>urn:sha1:6b145dbf190c52caa1829f6dcfdc9e304552bd5a</id>
<content type='text'>
From [openwrt/docker@5484951][1] (GitHub PR [#89][2]):

Node fails to cross-compile from a 64-bit build machine to 32-bit host
with the following error:

```
  In file included from /usr/include/c++/8/memory:62,
  from ../deps/v8/src/libplatform/default-foreground-task-runner.h:8,
  from ../deps/v8/src/libplatform/default-foreground-task-runner.cc:5:
  /usr/include/c++/8/bits/stl_algobase.h:59:10: fatal error: bits/c++config.h:
    No such file or directory
  #include &lt;bits/c++config.h&gt;
          ^~~~~~~~~~~~~~~~~~
  compilation terminated.
```

On Debian, `g++-multilib` can be installed to fix this.

[1]: https://gitlab.com/openwrt/docker/-/commit/54849510d7802028b94757051cca6d004a9ca1d1
[2]: https://github.com/openwrt/docker/pull/89

Fixes: https://github.com/openwrt/packages/issues/18476
Fixes: https://forum.openwrt.org/t/why-arent-the-node-and-node-npm-packages-available-on-arm-cortex-a9-vfpv3-d16-in-22-03-2/142722
Signed-off-by: Alois Klink &lt;alois@aloisklink.com&gt;
</content>
</entry>
<entry>
<title>buildworker,buildmaster: bump Debian to version 11</title>
<updated>2023-05-15T15:36:01Z</updated>
<author>
<name>Petr Štetiar</name>
</author>
<published>2023-05-15T07:14:48Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/buildbot/commit/?id=f2744543fa8027117b254ba2f4fa4366149d5bfb'/>
<id>urn:sha1:f2744543fa8027117b254ba2f4fa4366149d5bfb</id>
<content type='text'>
Debian 10 LTS support ends on 6/2024, so it makes no sense to use it as
a base for 23.05 release, so lets switch to Debian 11 which should've
LTS support till 6/2026.

Signed-off-by: Petr Štetiar &lt;ynezz@true.cz&gt;
</content>
</entry>
<entry>
<title>Bump buildbot version to latest stable release 3.8.0</title>
<updated>2023-05-15T15:36:01Z</updated>
<author>
<name>Petr Štetiar</name>
</author>
<published>2023-05-15T07:12:16Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/buildbot/commit/?id=e40a281b067f354d608f7ce01c9f7ff76b48b6aa'/>
<id>urn:sha1:e40a281b067f354d608f7ce01c9f7ff76b48b6aa</id>
<content type='text'>
Signed-off-by: Petr Štetiar &lt;ynezz@true.cz&gt;
</content>
</entry>
<entry>
<title>buildmaster: fix unpinned buildbot package version</title>
<updated>2023-05-15T15:36:01Z</updated>
<author>
<name>Petr Štetiar</name>
</author>
<published>2023-05-15T06:53:58Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/buildbot/commit/?id=f8ad1d16e86745e60d3cd93b87670ca188dd9735'/>
<id>urn:sha1:f8ad1d16e86745e60d3cd93b87670ca188dd9735</id>
<content type='text'>
It seems, that current pip3 install pinning doesnt work properly as it
can result in the following package versions installation:

 buildbot-3.6.1 buildbot-console-view-3.5.0 buildbot-grid-view-3.5.0
 buildbot-waterfall-view-3.5.0 buildbot-worker-3.5.0 buildbot-www-3.5.0

So lets pin the buildbot package itself to BUILDBOT_VERSION as well.

References: https://gitlab.com/openwrt/buildbot/-/jobs/3324049571#L1158
Signed-off-by: Petr Štetiar &lt;ynezz@true.cz&gt;
</content>
</entry>
<entry>
<title>docker: install `mkisofs` to worker container</title>
<updated>2021-11-03T13:03:04Z</updated>
<author>
<name>Paul Spooren</name>
</author>
<published>2021-09-03T18:39:47Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/buildbot/commit/?id=b5fe0a11ac3427fb42203cc33ea84160818b073e'/>
<id>urn:sha1:b5fe0a11ac3427fb42203cc33ea84160818b073e</id>
<content type='text'>
x86 targets allow the creation of ISO images, however this is not
possible because the `mkisofs` is missing. Install it.

Signed-off-by: Paul Spooren &lt;mail@aparcar.org&gt;
</content>
</entry>
<entry>
<title>docker: sort installed packages alphabetically</title>
<updated>2021-11-03T13:03:04Z</updated>
<author>
<name>Paul Spooren</name>
</author>
<published>2021-09-03T18:35:55Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/buildbot/commit/?id=55b6b205b348707a1c671b639f013f77a2b4ffbf'/>
<id>urn:sha1:55b6b205b348707a1c671b639f013f77a2b4ffbf</id>
<content type='text'>
Signed-off-by: Paul Spooren &lt;mail@aparcar.org&gt;
</content>
</entry>
<entry>
<title>docker,worker: install libelf-dev, libdw-dev</title>
<updated>2021-04-02T19:59:35Z</updated>
<author>
<name>Tony Ambardar</name>
</author>
<published>2021-03-26T09:55:41Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/buildbot/commit/?id=ef5ef10a70c8fbf66fb733803ed79cc3e8f26a58'/>
<id>urn:sha1:ef5ef10a70c8fbf66fb733803ed79cc3e8f26a58</id>
<content type='text'>
The libelf-dev is a previous requirement to support STACK_VALIDATION
during kernel builds (x86/64). Building kernels with BTF debug
information requires both this and libdw-dev be installed.

Signed-off-by: Tony Ambardar &lt;itugrok@yahoo.com&gt;
</content>
</entry>
<entry>
<title>buildworker: provide OpenWrt version in description</title>
<updated>2021-03-25T10:25:43Z</updated>
<author>
<name>Petr Štetiar</name>
</author>
<published>2021-03-25T10:21:04Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/buildbot/commit/?id=bcaa5ec91a1092090a9e146e02ae2e6b260f7d34'/>
<id>urn:sha1:bcaa5ec91a1092090a9e146e02ae2e6b260f7d34</id>
<content type='text'>
So it's clear to anyone which version is actually deployed.

Signed-off-by: Petr Štetiar &lt;ynezz@true.cz&gt;
</content>
</entry>
<entry>
<title>buildmaster: provide OpenWrt version in About section</title>
<updated>2021-03-25T10:25:43Z</updated>
<author>
<name>Petr Štetiar</name>
</author>
<published>2021-03-25T10:03:30Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/buildbot/commit/?id=64f3414cd0f3bd983fa8fb41428e8e1d9eeb4225'/>
<id>urn:sha1:64f3414cd0f3bd983fa8fb41428e8e1d9eeb4225</id>
<content type='text'>
So it's clear to anyone which version is actually deployed.

Signed-off-by: Petr Štetiar &lt;ynezz@true.cz&gt;
</content>
</entry>
</feed>
