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
12 changes: 8 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,17 @@ Very helpful in this situation will be logs from czkawka run with RUST_LOG envir
```

**System**
<!-- OS and Czkawka/Krokiet version, you can just copy from logs, if you run app from terminal or find it in logs file. -->

<!-- OS and Czkawka/Krokiet version and other os info, you can just copy from logs, if you run app from terminal or find it in logs file (usually Linux - `/home/username/.cache/czkawka`, Mac - `/Users/Username/Library/Caches/pl.Qarmin.Czkawka`, Windows - `C:\Users\Username\AppData\Local\Qarmin\Czkawka\cache`). -->
<!-- Example of logs: -->
<!-- Czkawka gtk version: 9.0.0, debug mode, rust 1.85.0 (2025-02-17), os Ubuntu 24.10.0 [x86_64 64-bit], 24 cpu/threads, features(1): [fast_image_resize], app cpu version: [x86-64-v3 (AVX2) or x86-64-v4 (AVX-512)], os cpu version: [x86-64-v4 (AVX-512)] !-->
<!-- Please do not report feature request for Gtk Czkawka gui, because it is in maintenance mode. -->
<!-- Czkawka gtk version: 9.0.0, debug mode, rust 1.88.0 (2025-06-23), os Ubuntu 25.4.0 (x86_64 64-bit), 24 cpu/threads, features(1): [fast_image_resize], app cpu version: x86-64-v3 (AVX2) or x86-64-v4 (AVX-512), os cpu version: x86-64-v4 (AVX-512) -->
<!-- Config folder set to "/home/rafal/.config/czkawka" and cache folder set to "/home/rafal/.cache/czkawka" -->
<!-- Czkawka Gui - used thread number: 24, gtk version 4.18.5 -->

<!-- Please do not report feature request unique for Gtk Czkawka gui, because it is in maintenance mode. -->

- Czkawka/Krokiet version: <!-- e.g. 9.0.0 cli/gui -->
- OS version: <!-- e.g Ubuntu 22.04, Windows 11, Mac 15.1 ARM -->
- Installation method: <!-- e.g. github binaries, snap, flatpak, msys2 -->
- Installation method: <!-- e.g. github binaries, flatpak, msys2 -->

<!-- If you use flatpak, please include the result of `flatpak info com.github.qarmin.czkawka`. -->
5 changes: 2 additions & 3 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
env:
CARGO_TERM_COLOR: always

# TODO - remove appimage
jobs:
linux-cli-krokiet-release:
if: ${{ github.ref == 'refs/heads/master' }}
Expand Down Expand Up @@ -75,7 +74,7 @@ jobs:
- name: Build Release
run: |
sed -i 's/#lto = "thin"/lto = "thin"/g' Cargo.toml
cargo build --release --bin czkawka_cli --bin krokiet --target x86_64-unknown-linux-musl
cargo build --release --bin czkawka_cli --target x86_64-unknown-linux-musl

- name: Store Linux CLI
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -231,7 +230,7 @@ jobs:
token: ${{ secrets.PAT_REPOSITORY }}

linux-stability:
# if: ${{ github.ref == 'refs/heads/master' }} # TODO - needs to run only on master, because it is time consuming
if: ${{ github.ref == 'refs/heads/master' }} # Runs only in master, because it is time consuming
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ jobs:
macos_krokiet_x86_64
token: ${{ secrets.PAT_REPOSITORY }}

# TODO - compilation is broken, not sure why, if you want to use it you need to fix it(I'm too lazy and don't have MacOS)
- name: Build Release Heif
run: cargo build --release --features heif

Expand Down
Loading
Loading