dependabot[bot]
94c7c1beeb
Bump actions/download-artifact from 7 to 8 ( #12543 )
...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact ) from 7 to 8.
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](https://github.com/actions/download-artifact/compare/v7...v8 )
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-version: '8'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-27 11:47:00 +08:00
SoftFever
6d7b16c725
disable lfs as we don't use it anymore
2026-03-26 17:16:20 +08:00
SoftFever
73be083ac5
update flatpak app id and add migration code ( #12879 )
...
* update flatpak app id and add migration code
* tweak some text
2026-03-22 23:49:23 +08:00
Alessio Tudisco and SoftFever
d99c3ec0aa
feat: add winget_updater github action ( #12807 )
...
Co-authored-by: SoftFever <softfeverever@gmail.com >
2026-03-20 22:11:39 +08:00
SoftFever
cbdfc770ab
simplify mac download
2026-03-19 23:55:33 +08:00
SoftFever
7dcba3f537
use different cache key for linux clang
2026-03-19 22:09:02 +08:00
SoftFever
594e4a297d
use clang and lld
2026-03-19 21:59:37 +08:00
SoftFever
5c20da796c
skip flatpak
2026-03-19 18:52:28 +08:00
SoftFever
6828111a82
clean
2026-03-19 18:44:07 +08:00
SoftFever
8dabfa8829
tweak
2026-03-19 18:34:45 +08:00
SoftFever
8c5063881a
skip flatpak arm64 for self hosted runners
2026-03-19 18:27:47 +08:00
SoftFever
70e076151b
Merge branch 'main' into feature/cicd_selfhost2
2026-03-19 18:19:48 +08:00
SoftFever
838605690b
minor change
2026-03-19 16:08:44 +08:00
SoftFever
4ffe260228
update cmake to 4.3.x
2026-03-19 15:48:32 +08:00
SoftFever
2fe3d80a81
fix errors
2026-03-19 12:25:00 +08:00
SoftFever
5afb30d7dd
Revert "Revert "Extend self-hosted runner support to all platforms" ( #12827 )"
...
This reverts commit f2eab542a4 , reversing
changes made to 7565b279ad .
2026-03-19 11:58:39 +08:00
SoftFever
dc90dda976
Revert "Extend self-hosted runner support to all platforms"
2026-03-19 00:07:12 +08:00
SoftFever and Copilot Autofix powered by AI
504b9be774
Potential fix for pull request finding
...
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-03-19 00:02:11 +08:00
SoftFever
2868255658
Extend self-hosted runner support to all platforms
2026-03-18 23:42:21 +08:00
SoftFever
ccbaca0033
Fix PR comment posting for fork contributors by splitting into two workflows
...
The check_profiles workflow used gh pr comment directly, which fails for
fork PRs due to read-only GITHUB_TOKEN. Split into artifact upload +
workflow_run pattern so comments post with proper write permissions.
2026-03-16 15:52:22 +08:00
Rodrigo Faselli
25740788e7
fix flatpak build ( #12738 )
...
remove duplicated code
2026-03-11 11:00:01 -03:00
SoftFever
322b44d84a
Feature/flatpak clang llvm21 ( #12727 )
...
* Fix GIT_COMMIT_HASH not set in Flatpak builds
The env var check was gated inside the .git directory check, so
Flatpak builds (which exclude .git from the sandbox) always fell
back to "0000000". Lift the env var check to top level and inject
the commit hash into the Flatpak manifest via build-options.env.
* Switch Flatpak build to Clang/LLD via LLVM 21 SDK extension
- Add org.freedesktop.Sdk.Extension.llvm21
- Bump runtime to GNOME 49 (SDK 25.08) for llvm21 availability
* fix build errors and improving build speed for flatpak
* fxi more build errors
* Update error messages for GNOME Platform and SDK versions
2026-03-11 14:59:29 +08:00
SoftFever
2ebc0aa6c1
Fix GIT_COMMIT_HASH not set in Flatpak builds ( #12725 )
...
The env var check was gated inside the .git directory check, so
Flatpak builds (which exclude .git from the sandbox) always fell
back to "0000000". Lift the env var check to top level and inject
the commit hash into the Flatpak manifest via build-options.env.
2026-03-11 13:32:29 +08:00
SoftFever
2ed249a81b
flatpak changes ( #12606 )
...
* update flatpak for flathub
2026-03-05 17:35:08 +08:00
SoftFever
b7033a4c92
WIP: Parallelize macOS CI builds by splitting arm64 and x86_64 into separate jobs ( #12562 )
...
* Parallelize macOS CI builds by splitting arm64 and x86_64 into separate jobs
* fix shell errors
* Delete intermediate per-arch artifacts
2026-03-03 19:29:59 +08:00
SoftFever
2806398e79
Skip uploading cache for PR build ( #12494 )
2026-02-27 13:42:19 +08:00
SoftFever
1d24470918
Feature/mac_build ( #12493 )
...
* fix deps cache miss for Mac PR build
2026-02-27 12:48:47 +08:00
SoftFever
1745e8b910
Reapply "Switch to self hosted mac runner ( #12024 )" with proper fix ( #12278 )
...
* Reapply "Switch to self hosted mac runner (#12024 )" with proper fix
This reverts commit 783f9926e3 .
* use conditional logic for self-hosted runners
* improve readbility
2026-02-17 16:31:40 +08:00
SoftFever
a81537f43d
fix flatpak CI build cache
2026-02-16 21:07:09 +08:00
SoftFever
783f9926e3
Revert "Switch to self hosted mac runner ( #12024 )"
...
This reverts commit f1212be6bb .
2026-02-14 18:14:28 +08:00
SoftFever
12f51f906e
try to fix build errors #2
2026-01-22 18:26:24 +08:00
SoftFever
6419d0ebd9
fix build error
2026-01-22 17:12:48 +08:00
SoftFever
f1212be6bb
Switch to self hosted mac runner ( #12024 )
...
# Description
<!--
> Please provide a summary of the changes made in this PR. Include details such as:
> * What issue does this PR address or fix?
> * What new features or enhancements does this PR introduce?
> * Are there any breaking changes or dependencies that need to be considered?
-->
# Screenshots/Recordings/Graphs
<!--
> Please attach relevant screenshots to showcase the UI changes.
> Please attach images that can help explain the changes.
-->
## Tests
<!--
> Please describe the tests that you have conducted to verify the changes made in this PR.
-->
2026-01-22 16:03:13 +08:00
Hanan V and Hanan
6d926c80cb
Fix assign-issue-action: revert to v2.2 (v3.0.0 is broken) ( #11904 )
...
v3.0.0 of takanome-dev/assign-issue-action is broken:
- action.yml references dist/index.js
- But the release only contains dist/index.mjs
- This causes immediate failure: "File not found: dist/index.js"
This PR:
1. Reverts to v2.2 which works correctly
2. Reverts reminder_days to 7 (v2.2 behavior: days before unassignment)
3. Adds comment with link to upstream bug report
Bug report: https://github.com/takanome-dev/assign-issue-action/issues/426
Fixes #11873
Co-authored-by: Hanan <okets78@hotmail.com >
2026-01-13 18:54:43 -03:00
SoftFever
3410d38475
Update check_profiles.yml to suppress output during unzip operation
2026-01-13 23:16:33 +08:00
SoftFever
8c2f3290f2
Misc profile fixes ( #11944 )
...
* fix errors in Qidi profile
* update U1 profile
* Add permissions for pull requests and contents in check_profiles.yml
2026-01-13 21:06:48 +08:00
coryrc
6d3e0de4d9
Fix assign-issue-action and modify reminder days ( #11874 )
...
There's still a bug where it will expire too soon when idle *after* a reminder has been sent.
Fixes #11873
@SoftFever Every person who pushes a commit will get a dumb email until this merges (uhm, provided it actually works).
2026-01-08 20:40:14 +08:00
SoftFever
99aef17723
fix
2026-01-07 13:55:36 +08:00
SoftFever
eef9794d92
Post check_profiles error message to PR
2026-01-07 11:28:06 +08:00
SoftFever
57f9112b7c
Update GitHub Actions workflows to use actions/cache@v5 and actions/upload-artifact@v6
2026-01-05 17:54:59 +08:00
SoftFever
1893712063
Revert "Fix missing force-build, use non-docker publish action, be nice to cache ( #11688 )"
...
This reverts commit 8989e2102d .
2026-01-05 17:49:52 +08:00
SoftFever
cf9de8e444
Revert "pack deps artifact to better support symbolic links"
...
This reverts commit c8a4a7db29 .
2026-01-05 17:45:15 +08:00
SoftFever
c8a4a7db29
pack deps artifact to better support symbolic links
2026-01-05 16:48:34 +08:00
SoftFever
2e53e9db02
doxygen doc are too big for pages, use R2
2026-01-04 11:12:38 +08:00
SoftFever
fed4a120e4
enable swap for doxygen
2026-01-03 23:29:53 +08:00
SoftFever
06544bce9d
Update Doxygen workflow to set DOT_NUM_THREADS to 1 to prevent parallel processing issues
2026-01-03 18:02:42 +08:00
SoftFever
a2c90e2de4
deploy doxygen doc to internals.orcaslicer.com
2026-01-03 17:52:19 +08:00
dependabot[bot]
8147f8d5fa
Bump actions/download-artifact from 4 to 7 ( #11799 )
...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact ) from 4 to 7.
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](https://github.com/actions/download-artifact/compare/v4...v7 )
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-02 10:05:47 +08:00
dependabot[bot]
d021da1487
Bump actions/cache from 4 to 5 ( #11798 )
...
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 >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-02 10:05:41 +08:00
dependabot[bot]
a30fa08e1b
Bump actions/upload-artifact from 5 to 6 ( #11797 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 5 to 6.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-02 10:05:33 +08:00