<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libubox/.github/workflows, branch master</title>
<subtitle>C utility functions for OpenWrt</subtitle>
<id>https://git.openwrt.org/project/libubox/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/project/libubox/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/libubox/'/>
<updated>2025-12-02T13:32:55Z</updated>
<entry>
<title>formal: fix workflow permissions</title>
<updated>2025-12-02T13:32:55Z</updated>
<author>
<name>George Sapkin</name>
</author>
<published>2025-11-26T13:28:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/libubox/commit/?id=ecddb31dc34d89be5c9dc4595a4c58070eb090e4'/>
<id>urn:sha1:ecddb31dc34d89be5c9dc4595a4c58070eb090e4</id>
<content type='text'>
Fix formality check permissions that are needed to post optional
summaries back to the PR.

Link: openwrt/actions-shared-workflows#64
Signed-off-by: George Sapkin &lt;george@sapk.in&gt;
Link: https://github.com/openwrt/libubox/pull/38
Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;
</content>
</entry>
<entry>
<title>build: disable static json-c</title>
<updated>2025-12-01T08:27:49Z</updated>
<author>
<name>Álvaro Fernández Rojas</name>
</author>
<published>2025-12-01T08:27:49Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/libubox/commit/?id=c0773869c9d617f94fd4a6745184ed553992599c'/>
<id>urn:sha1:c0773869c9d617f94fd4a6745184ed553992599c</id>
<content type='text'>
json-c is linked dynamically in OpenWrt packages, so there's no need to
build it statically.

Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;
</content>
</entry>
<entry>
<title>github: ci: add MIPS64, PowerPC64 and RISCV64</title>
<updated>2025-11-18T07:51:56Z</updated>
<author>
<name>Álvaro Fernández Rojas</name>
</author>
<published>2025-11-18T07:51:56Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/libubox/commit/?id=38d70328ecbd90522727447e62247530eda2b668'/>
<id>urn:sha1:38d70328ecbd90522727447e62247530eda2b668</id>
<content type='text'>
MIPS64, PowerPC64 and RISCV64 are popular OpenWrt archs.
Refactor the sizes build step to generate the table programatically.

Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;
</content>
</entry>
<entry>
<title>build: install libubox</title>
<updated>2025-11-17T17:56:14Z</updated>
<author>
<name>Álvaro Fernández Rojas</name>
</author>
<published>2025-11-17T11:02:30Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/libubox/commit/?id=5714bf6ae652b1503022419f9ad766c9c504454b'/>
<id>urn:sha1:5714bf6ae652b1503022419f9ad766c9c504454b</id>
<content type='text'>
Install libubox and properly use it by adding it to PATH and LD_LIBRARY_PATH.
This is needed for tests using `jshn` which are executed with devel-build.sh
and Github CI.

Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;
Link: https://github.com/openwrt/libubox/pull/34
</content>
</entry>
<entry>
<title>github: ci: minor fixes</title>
<updated>2025-11-14T13:55:51Z</updated>
<author>
<name>Álvaro Fernández Rojas</name>
</author>
<published>2025-11-14T13:55:51Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/libubox/commit/?id=97d1839295e5d8a28087d8a883d6405d900c8e82'/>
<id>urn:sha1:97d1839295e5d8a28087d8a883d6405d900c8e82</id>
<content type='text'>
- Fix size_powerpc_basic_sa -&gt; size_powerpc_basic_a typo.
- Refactor cmake lines.

Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;
</content>
</entry>
<entry>
<title>github: ci: add powerpc arch</title>
<updated>2025-11-14T11:34:17Z</updated>
<author>
<name>Álvaro Fernández Rojas</name>
</author>
<published>2025-11-14T10:55:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/libubox/commit/?id=e8dafede37fc8f687774e51eb9208091ee5bc0ad'/>
<id>urn:sha1:e8dafede37fc8f687774e51eb9208091ee5bc0ad</id>
<content type='text'>
PowerPC is another popular OpenWrt arch.

Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;
</content>
</entry>
<entry>
<title>github: ci: add cmake build and source directories</title>
<updated>2025-11-14T09:53:51Z</updated>
<author>
<name>Álvaro Fernández Rojas</name>
</author>
<published>2025-11-14T09:12:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/libubox/commit/?id=c1f0024fb052a3bfd4457f50eb3de82fbe3629ec'/>
<id>urn:sha1:c1f0024fb052a3bfd4457f50eb3de82fbe3629ec</id>
<content type='text'>
Add cmake build and source directories to suppress the following warning:
CMake Warning:
  No source or binary directory provided. Both will be assumed to be the
  same as the current working directory, but note that this warning will
  become a fatal error in future CMake releases.

Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;
</content>
</entry>
<entry>
<title>github: ci: tests: rename test step</title>
<updated>2025-11-14T09:06:43Z</updated>
<author>
<name>Álvaro Fernández Rojas</name>
</author>
<published>2025-11-14T09:06:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/libubox/commit/?id=4dd874d2b4128f747b818f2333cdf27f97745927'/>
<id>urn:sha1:4dd874d2b4128f747b818f2333cdf27f97745927</id>
<content type='text'>
Rename "Execute tests" step to "Test libubox".

Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;
</content>
</entry>
<entry>
<title>github: ci: tests: add build/bin to path</title>
<updated>2025-11-14T09:05:58Z</updated>
<author>
<name>Álvaro Fernández Rojas</name>
</author>
<published>2025-11-14T09:05:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/libubox/commit/?id=7686b12d11bab63d64d0e3c07aa3bbb0c5991f04'/>
<id>urn:sha1:7686b12d11bab63d64d0e3c07aa3bbb0c5991f04</id>
<content type='text'>
Add build/bin to GH environment path.

Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;
</content>
</entry>
<entry>
<title>github: ci: disable json-c tests</title>
<updated>2025-11-14T07:53:03Z</updated>
<author>
<name>Álvaro Fernández Rojas</name>
</author>
<published>2025-11-14T07:36:51Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/libubox/commit/?id=be21d12b2bed7a7f997b88c20a2306357079393c'/>
<id>urn:sha1:be21d12b2bed7a7f997b88c20a2306357079393c</id>
<content type='text'>
Disable BUILD_TESTING to save time when building json-c.

Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;
</content>
</entry>
</feed>
