<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix/gnu/ci.scm, branch java-team</title>
<subtitle>Transactional package manager, declarative GNU/Linux distribution, reproducible deployment tool, and more! https://guix.gnu.org</subtitle>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/'/>
<entry>
<title>ci: Extend the ‘%core-packages’ set.</title>
<updated>2026-03-25T22:51:25+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2026-03-16T16:30:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=426101e70f2744b59b297e044edd2e365cf4d725'/>
<id>426101e70f2744b59b297e044edd2e365cf4d725</id>
<content type='text'>
The goal is to extend what the 'core subset builds but also (more
importantly) what gets cross-compiled for the 'all subset.

* gnu/ci.scm (%core-packages-for-mingw): New variable.
(%core-packages): Use it.
(%linux-packages, %hurd-packages): New variables.
(core-packages): New procedure.
(packages-to-cross-build, cuirass-jobs): Use it instead of ‘%core-packages’.

Change-Id: I2ee656ea589ffbf7dabcb6e84b3bb5a0b13556af
Signed-off-by: Ludovic Courtès &lt;ludo@gnu.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The goal is to extend what the 'core subset builds but also (more
importantly) what gets cross-compiled for the 'all subset.

* gnu/ci.scm (%core-packages-for-mingw): New variable.
(%core-packages): Use it.
(%linux-packages, %hurd-packages): New variables.
(core-packages): New procedure.
(packages-to-cross-build, cuirass-jobs): Use it instead of ‘%core-packages’.

Change-Id: I2ee656ea589ffbf7dabcb6e84b3bb5a0b13556af
Signed-off-by: Ludovic Courtès &lt;ludo@gnu.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: Add provenance information for ‘guix’ jobs.</title>
<updated>2026-02-20T21:34:55+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2026-01-26T09:58:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=dc29e365099be977a87f31da4ccc57ad7500c64d'/>
<id>dc29e365099be977a87f31da4ccc57ad7500c64d</id>
<content type='text'>
This changes ‘guix’ jobs to include provenance metadata, thereby addressing
&lt;https://codeberg.org/guix/maintenance/pulls/68#issuecomment-9184019&gt;.  It
also avoids relying on the low-level channel implementation details.

* gnu/ci.scm (guix-jobs)[build]: Remove.
[instance]: New variable.
Pass it to ‘channel-instances-&gt;derivation’ instead of calling ‘build’.

Reported-by: Rutherther &lt;rutherther@ditigal.xyz&gt;
Change-Id: I4b63a12374b0717b8a62786486bc2e7915f6439b
Signed-off-by: Ludovic Courtès &lt;ludo@gnu.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This changes ‘guix’ jobs to include provenance metadata, thereby addressing
&lt;https://codeberg.org/guix/maintenance/pulls/68#issuecomment-9184019&gt;.  It
also avoids relying on the low-level channel implementation details.

* gnu/ci.scm (guix-jobs)[build]: Remove.
[instance]: New variable.
Pass it to ‘channel-instances-&gt;derivation’ instead of calling ‘build’.

Reported-by: Rutherther &lt;rutherther@ditigal.xyz&gt;
Change-Id: I4b63a12374b0717b8a62786486bc2e7915f6439b
Signed-off-by: Ludovic Courtès &lt;ludo@gnu.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: Also build 64-bit hurd image.</title>
<updated>2026-02-09T21:49:30+00:00</updated>
<author>
<name>Janneke Nieuwenhuizen</name>
<email>janneke@gnu.org</email>
</author>
<published>2026-02-06T12:45:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=0978ce1e62627531d3aef9fe981f5a154755d28f'/>
<id>0978ce1e62627531d3aef9fe981f5a154755d28f</id>
<content type='text'>
* gnu/ci.scm (%guix-system-images): Add hurd64-barebones-qcow2-image.

Change-Id: I41e6acf09d6284b0b7d2d23132d355d2229285a6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/ci.scm (%guix-system-images): Add hurd64-barebones-qcow2-image.

Change-Id: I41e6acf09d6284b0b7d2d23132d355d2229285a6
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: ci: Cross-build for fewer platforms.</title>
<updated>2024-07-10T15:57:44+00:00</updated>
<author>
<name>Efraim Flashner</name>
<email>efraim@flashner.co.il</email>
</author>
<published>2024-06-30T06:22:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=e99c838d4f87d6403355bb7b38695e1bc8f697f6'/>
<id>e99c838d4f87d6403355bb7b38695e1bc8f697f6</id>
<content type='text'>
* gnu/ci.scm (%unsupported-platform-triplets): New variable.
(cross-jobs): Also don't build for systems listed in
%unsupported-platform-triplets.

Change-Id: Ic31ae6d307f2d243c098ec050bdb9d09060466ac
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/ci.scm (%unsupported-platform-triplets): New variable.
(cross-jobs): Also don't build for systems listed in
%unsupported-platform-triplets.

Change-Id: Ic31ae6d307f2d243c098ec050bdb9d09060466ac
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: Add cross-compilation jobs for x86_64-linux-gnux32.</title>
<updated>2024-06-13T06:53:20+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2024-06-12T08:36:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=a636bd3bebd078deacdb5bb500f07d25bd364daa'/>
<id>a636bd3bebd078deacdb5bb500f07d25bd364daa</id>
<content type='text'>
* gnu/ci.scm (cross-jobs)[same?]: Special case x86_64-linux-gnux32.

Change-Id: I877eb50d6b0b0bf10474c58f8e9d5ee92f1705d2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/ci.scm (cross-jobs)[same?]: Special case x86_64-linux-gnux32.

Change-Id: I877eb50d6b0b0bf10474c58f8e9d5ee92f1705d2
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: Build visionfive2-barebones-raw-image.</title>
<updated>2024-05-31T12:04:51+00:00</updated>
<author>
<name>Zheng Junjie</name>
<email>zhengjunjie@iscas.ac.cn</email>
</author>
<published>2024-05-22T05:43:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=83d29d56f8808ca1f076dda37ef34150d0308e9a'/>
<id>83d29d56f8808ca1f076dda37ef34150d0308e9a</id>
<content type='text'>
* gnu/ci.scm (%guix-system-images): Add visionfive2-barebones-raw-image.

Change-Id: I0a0edccf00119d6b23b864bb0123be6ca7b01d34
Signed-off-by: Zheng Junjie &lt;zhengjunjie@iscas.ac.cn&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/ci.scm (%guix-system-images): Add visionfive2-barebones-raw-image.

Change-Id: I0a0edccf00119d6b23b864bb0123be6ca7b01d34
Signed-off-by: Zheng Junjie &lt;zhengjunjie@iscas.ac.cn&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: Don’t cross-compile to xtensa-ath9k-elf.</title>
<updated>2024-04-17T15:29:58+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2024-04-17T15:27:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=7bed290fdfd830d690daf065de6d2ecab73309d9'/>
<id>7bed290fdfd830d690daf065de6d2ecab73309d9</id>
<content type='text'>
This is a followup to 9a60894156c3ea2c609ae0cd787df949f2d6ecc2.

* gnu/ci.scm (%bare-platform-triplets): New variable.
(cross-jobs)[pointless?]: Use it.

Change-Id: I4701bc402bb93d372d46b7208697e0f998a1dc62
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a followup to 9a60894156c3ea2c609ae0cd787df949f2d6ecc2.

* gnu/ci.scm (%bare-platform-triplets): New variable.
(cross-jobs)[pointless?]: Use it.

Change-Id: I4701bc402bb93d372d46b7208697e0f998a1dc62
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: Don't cross compile to or1k-elf.</title>
<updated>2024-01-23T20:45:36+00:00</updated>
<author>
<name>Mathieu Othacehe</name>
<email>othacehe@gnu.org</email>
</author>
<published>2024-01-23T20:45:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=3aa60e4096e5a9e880c9545cd28ec4aab610753f'/>
<id>3aa60e4096e5a9e880c9545cd28ec4aab610753f</id>
<content type='text'>
* gnu/ci.scm (cross-jobs)[pointless?]: Don't build any packages for or1k-elf.

Signed-off-by: Mathieu Othacehe &lt;othacehe@gnu.org&gt;
Change-Id: I294429d5318b94fb8e7780a37f3608b5321cf6ca
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/ci.scm (cross-jobs)[pointless?]: Don't build any packages for or1k-elf.

Signed-off-by: Mathieu Othacehe &lt;othacehe@gnu.org&gt;
Change-Id: I294429d5318b94fb8e7780a37f3608b5321cf6ca
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: ci: Build tuned packages for common baselines.</title>
<updated>2023-12-18T06:14:16+00:00</updated>
<author>
<name>Efraim Flashner</name>
<email>efraim@flashner.co.il</email>
</author>
<published>2023-12-10T07:50:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=6e6ccef212b014a0526f93d58f263e238d4eb1cf'/>
<id>6e6ccef212b014a0526f93d58f263e238d4eb1cf</id>
<content type='text'>
* gnu/ci.scm (%x86-64-micro-architectures): Update the list of
micro-architectures to also match the psABI levels.

Change-Id: Iee2f65376a00ad2ee5fb393c2e64c07f866d8116
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/ci.scm (%x86-64-micro-architectures): Update the list of
micro-architectures to also match the psABI levels.

Change-Id: Iee2f65376a00ad2ee5fb393c2e64c07f866d8116
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: Don't cross compile to avr.</title>
<updated>2023-12-12T11:58:16+00:00</updated>
<author>
<name>Efraim Flashner</name>
<email>efraim@flashner.co.il</email>
</author>
<published>2023-12-12T11:55:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=92e2de6fb400ff445106f2d7a4f5f5b1a009c87b'/>
<id>92e2de6fb400ff445106f2d7a4f5f5b1a009c87b</id>
<content type='text'>
* gnu/ci.scm (cross-jobs)[pointless?]: Don't build any packages for avr.

Change-Id: I1728727874d65461b82364e71b70c7d1fd050d90
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/ci.scm (cross-jobs)[pointless?]: Don't build any packages for avr.

Change-Id: I1728727874d65461b82364e71b70c7d1fd050d90
</pre>
</div>
</content>
</entry>
</feed>
