Ven0m0
b1855b6d17
Delete .github/renovate.json
2026-03-21 08:31:01 +01:00
Ven0m0
982125fb9b
Update build.yml
2026-03-21 08:28:53 +01:00
Ven0m0
8c706064da
Merge branch 'main' into upstream
2026-03-18 09:34:33 +01:00
jqssun
d32fb3eb1c
multiarch
2026-03-18 01:44:42 +00:00
Ven0m0
c3eb03bd4d
Update renovate.json
2026-03-06 07:45:13 +01:00
Ven0m0
f6184cdf97
Add files via upload
2026-03-06 00:30:26 +01:00
dependabot[bot]
ae8b1990db
Bump actions/cache from 4 to 5
...
Bumps [actions/cache](https://github.com/actions/cache ) from 4 to 5.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-01-26 17:59:07 +00:00
Ven0m0
8f39a6ef59
Update .github/workflows/build.yml
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-26 17:39:06 +01:00
Claude
9973d77a8f
Optimize build performance to prevent timeout
...
Replace slow disk cleanup with faster endersonmenezes/free-disk-space action
Add APT mirror optimization (vegardit/fast-apt-mirror) for faster downloads
Disable ThinLTO (major build time savings, minor size increase)
Lower symbol levels (symbol_level=0, blink_symbol_level=0)
Enable precompiled headers for faster compilation
Add concurrency control to prevent conflicting builds
Increase build parallelism (nproc + 4) for better core utilization
Add explicit timeout-minutes: 180
Configure APT for parallel downloads with retries
2026-01-26 15:38:30 +00:00
Ven0m0
e729f49107
Merge branch 'main' into claude/fix-build-performance-PYGqO
2026-01-25 07:00:20 +01:00
Ven0m0
15ff5cc32d
Update .github/workflows/build.yml
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-25 06:59:30 +01:00
Ven0m0
f8f593ea70
Update .github/workflows/build.yml
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-25 06:59:12 +01:00
Ven0m0
eab378223b
Update build.yml
2026-01-21 23:33:38 +01:00
Claude
f2ed149393
Optimize build performance and prevent build hangs
...
Key optimizations:
- Use git fetch --depth 1 instead of --depth 2 for faster Chromium source download
- Add parallel jobs to gclient sync with -j $(nproc) and --shallow flag
- Enable LLD linker (use_lld=true) for faster linking
- Enable ThinLTO for optimized builds with reduced build time
- Disable generate_linker_map to speed up linking phase
- Add parallel jobs to autoninja with -j $(nproc)
- Skip depot_tools clone if already cached
- Add GitHub Actions caching for depot_tools and Chromium dependencies
- Disable unnecessary features (nacl, goma, backup_ref_ptr, pointer_compression)
These changes significantly reduce build time and prevent builds from getting stuck
during git operations and compilation phases.
2026-01-21 11:41:23 +00:00
Claude
a32c1e2e89
Fix disk space issues on GitHub runner
...
Added a disk cleanup step before the build that removes unnecessary
software and packages to free up 30-50 GB of disk space. This includes:
- .NET installations
- Pre-installed Android SDK (build script installs what's needed)
- Haskell/GHC
- Docker images
- CodeQL tools
- Various large packages (MongoDB, MySQL, PHP, Azure CLI, etc.)
This should resolve disk space failures during Chromium builds.
2026-01-21 07:18:39 +00:00
dependabot[bot]
68eb0738d6
Bump actions/checkout from 5 to 6
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-01-21 06:17:31 +00:00
Ven0m0
70a8f304aa
Update dependabot.yml
2025-12-24 02:59:10 +01:00
Ven0m0
1da54e10e8
Create dependabot.yml
2025-12-24 02:58:57 +01:00
jqssun
ba55d73baf
actions
2025-11-06 18:01:53 +00:00
jqssun
5f467b7e24
update
2025-10-25 16:11:21 +00:00
jqssun
4d4f052b6b
update
2025-10-17 10:41:12 +00:00
jqssun
b61b3e0ca9
vanadium
2025-10-10 08:41:14 +00:00
S
1baf6db81c
init
2025-10-09 19:25:48 +00:00