Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,8 @@ jobs:
- run: sudo apt install cvs
- run: ./.github/workflows/install-shtk.sh /usr/local
- run: ./.github/workflows/distcheck.sh
- uses: actions/upload-artifact@v4
with:
name: distfile
path: sysbuild-*.tar.gz
retention-days: 1
6 changes: 4 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changes in version 2.8
======================

STILL UNDER DEVELOPMENT; NOT RELEASED YET.
Released on 2025-01-01.

* Made the default.conf configuration file not assume a NetBSD host so
that it is usable, for example, on Mac OS X. The previous sample
Expand All @@ -20,14 +20,16 @@ STILL UNDER DEVELOPMENT; NOT RELEASED YET.
* Fixed path to sysbuild in sysbuild4cron.

* Converted test programs to shtk's unittest library, thus removing the
dependency on atf-sh and bumping the dependency on shtk to 1.6.
dependency on atf-sh.

* Fixed option parsing to detect missing arguments to options.

* Added support to build specific architectures within a machine type.
This is done via new syntax in the MACHINE variable, which can now
take pairs like evbarm-aarch64.

* Updated the minimum shtk version to 1.7.


Changes in version 2.7
======================
Expand Down
Loading