tiopex
0f3be0177e
WORKFLOW: add --line-buffered to grep ( #137 )
2024-11-16 09:46:01 +01:00
Apaczer
a8ab1705ed
ACTIONS: use apt-get for stable CI ( #102 )
2024-04-30 21:03:45 +02:00
TAKANO Mitsuhiro
3074093f8d
ACTIONS: update GH & market actions to latest ( #95 )
2024-03-30 11:34:48 +01:00
Apaczer
fc489c0680
GENIMAGE/ACTIONS: automate CFW release tag & status ver. ( #94 )
...
* [GENIMAGE] automate CFW release tag & status ver.
- shell formatting
- add CFW_ITERATION count for Dev-build
- separate CFW and BR2 tagging
- don't use $BR2_VERSION_FULL
* [ACTIONS] build.yml:
- allow for manual workflow dispatch
- fetch-depth=0 (can't fetch-tags)
- rm commented line
- cleanup
- append `ref_name` for unofficials
2024-03-08 17:07:46 +01:00
Apaczer
dc3f7dea54
ACTIONS: use max CPU cores count on gh runners ( #93 )
...
`getconf _NPROCESSORS_ONLN` for Linux system
2024-02-25 12:17:20 +01:00
Apaczer
c0e05d10be
[GENIMAGE/ACTIONS] revert ver. to 2.0.0-BETAv2
...
+ append auto-builds with "Dev_build" string
2024-01-12 20:55:53 +01:00
tiopex
130d2be1f3
BTRFS file system for MAIN and rootfs partition ( #65 )
...
* BTRFS file system for MAIN and rootfs partition
2023-12-13 07:14:00 +01:00
Apaczer
7597efebdf
[ACTIONS] upload logs from "submodule" path
2023-11-15 10:59:57 +01:00
Apaczer
e353d2a88e
[ACTIONS] show last lines before error in BR2 build
2023-11-14 17:33:06 +01:00
tiopex
89d86217ef
[ACTIONS] Less verbose log for GitHub log action + change repo format for libxmlrpc package ( #52 )
2023-11-14 13:25:33 +01:00
Apaczer
f4b09f9e10
[ACTIONS] correct artifact name for static SDKs
2023-10-26 23:03:44 +02:00
Apaczer
c8906ecd1e
[DEFCONFIG/ACTIONS] add static uClibc & musl SDK build ( #49 )
...
- striped defconfigs with static libs to build working toolchains
- disable PARTED & GDB on static uClibc
- update actions with static toolchains output
2023-10-26 22:58:34 +02:00
tiopex
4496aedc62
Merge pull request #47 from tiopex/logo
...
Add current version to boot logo
2023-10-25 08:47:45 +02:00
tiopex
1508059285
Add gsfont dependency
2023-10-24 16:05:57 +02:00
tiopex
c26a2c2c44
add imagemagick package
2023-10-24 15:49:05 +02:00
TAKANO Mitsuhiro
1d2b3e0077
[ACTIONS] Free hd space on action runner at first ( #46 )
...
* Maximize build space
Maximize build space for `build-image-uclibc` and `build-image-musl`
* Pin `maximize-build-space` to stable release.
Use `v8`
https://github.com/easimon/maximize-build-space/releases/tag/v8
2023-10-21 13:51:08 +02:00
Apaczer
7c9145f0ce
use BUILDROOT&CFW_HASH & real GMENU2X COMMIT_HASH in package CFLAGS ( #31 )
...
update workflow to accomodate CFW_HASH
2023-04-23 22:29:39 +02:00
Nathan Friedly
d5f813447f
keep the ccache
2023-03-29 16:41:44 -04:00
Nathan Friedly
fc6a6b79b1
Cleanup build
...
No functional changes here, just a few housekeeping things:
1) Renamed it to "build.yml" and "Buildroot" since it's responsibilities have now expanded.
2) Got rid of all the caching stuff since we're not using it any more.
3) Updated the upload-artifact action to v3 to resolve the warnings Github was logging about v2 using a deprecated node.js version
2023-03-29 16:22:14 -04:00