-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add nix support #1041
base: main
Are you sure you want to change the base?
Add nix support #1041
Conversation
Merging to
|
Dependency ReviewThe following issues were found:
License Issues.github/workflows/schedule.yaml
OpenSSF ScorecardScorecard details
Scanned Manifest Files.github/workflows/appstream-util-validate.yml
.github/workflows/ci-nix.yml
.github/workflows/desktop-file-validate.yml
.github/workflows/external-data-checker.yml
.github/workflows/flake-checker.yml
.github/workflows/link-checker.yml
.github/workflows/lock-updater.yml
.github/workflows/schedule.yaml
.github/workflows/treefamt.yaml
.github/workflows/update-nix-direnv.yaml
.github/workflows/yamllint.yaml
|
🦙 MegaLinter status: ❌ ERROR
See detailed report in MegaLinter reports You could have same capabilities but better runtime performances if you request a new MegaLinter flavor. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Scorecard found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
-DBUILD_SHARED_LIBS:BOOL="TRUE" \ | ||
-DENABLE_CACHE="ON" | ||
|
||
# TODO: Stored in install. Build DMG with CPack |
Check notice
Code scanning / devskim
A "TODO" or similar was left in source code, possibly indicating incomplete functionality Note
cmake --build . --config ${{matrix.build_type}} | ||
cpack -C "${{matrix.build_type}}" -G "DragNDrop;ZIP" | ||
|
||
# TODO: Stored in install. Build installer with CPack |
Check notice
Code scanning / devskim
A "TODO" or similar was left in source code, possibly indicating incomplete functionality Note
env: | ||
APPIMAGETOOL_ARCH: x86_64 | ||
|
||
# TODO: Stored in build directory |
Check notice
Code scanning / devskim
A "TODO" or similar was left in source code, possibly indicating incomplete functionality Note
@check-spelling-bot Report🔴 Please reviewSee the 📂 files view, the 📜action log, or 📝 job summary for details. Unrecognized words (2163)
Some files were automatically ignored 🙈These sample patterns would exclude them:
You should consider excluding directory paths (e.g. You should consider adding them to:
File matching is via Perl regular expressions. To check these files, more of their words need to be in the dictionary than not. You can use To accept these unrecognized words as correct and update file exclusions, you could run the following commands... in a clone of the git@github.com:jmuelbert/jmbde-QT.git repository curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/00c989c97749eb0cb2d256bdc55ac61b0096c6d3/apply.pl' |
perl - 'https://github.com/jmuelbert/jmbde-QT/actions/runs/11741947910/attempts/1' OR To have the bot accept them for you, reply quoting the following line: Available 📚 dictionaries could cover words not in the 📘 dictionary
Consider adding them (in with:
extra_dictionaries:
cspell:python/src/python/python-lib.txt
cspell:python/src/python/python.txt
cspell:python/src/common/extra.txt
cspell:cpp/src/ecosystem.txt
cspell:php/dict/php.txt To stop checking additional dictionaries, add (in check_extra_dictionaries: '' Pattern suggestions ✂️ (37)You could add these patterns to
Errors (7)See the 📂 files view, the 📜action log, or 📝 job summary for details.
See ❌ Event descriptions for more information. If the flagged items are 🤯 false positivesIf items relate to a ...
🚂 If you're seeing this message and your PR is from a branch that doesn't have |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
check-spelling found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
… into add_nix_support
Add support for nix
Related Issues / Pull Requests
Motivation and Context