Skip to content
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

Checkbox snap for Core24 builds (infra) #1201

Merged
merged 11 commits into from
Apr 22, 2024
1 change: 1 addition & 0 deletions checkbox-core-snap/common_files/config/wrapper_common
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ else
append_path LD_LIBRARY_PATH $RUNTIME/lib
append_path LD_LIBRARY_PATH $RUNTIME/lib/$ARCH
append_path LD_LIBRARY_PATH $RUNTIME/usr/lib/$ARCH
append_path LD_LIBRARY_PATH $RUNTIME/usr/lib/$ARCH/fwts
append_path LD_LIBRARY_PATH $RUNTIME/lib/fwts
append_path GI_TYPELIB_PATH $RUNTIME/usr/lib/girepository-1.0
append_path GI_TYPELIB_PATH $RUNTIME/usr/lib/$ARCH/girepository-1.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ else
append_path LD_LIBRARY_PATH $RUNTIME/lib
append_path LD_LIBRARY_PATH $RUNTIME/lib/$ARCH
append_path LD_LIBRARY_PATH $RUNTIME/usr/lib/$ARCH
append_path LD_LIBRARY_PATH $RUNTIME/usr/lib/$ARCH/fwts
append_path LD_LIBRARY_PATH $RUNTIME/usr/lib/$ARCH/blas
append_path LD_LIBRARY_PATH $RUNTIME/usr/lib/$ARCH/lapack
append_path LD_LIBRARY_PATH $RUNTIME/lib/fwts
Expand Down
21 changes: 21 additions & 0 deletions checkbox-core-snap/series24/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
*.pyc
*.snap
__pycache__
build/mo/*
dist/*.tar.gz
parts/
snap/.snapcraft
snap/gui/
stage/
prime/

# following files are populated by the prepare.sh script and should be ignored
config/
checkbox-ng/
checkbox-support/
providers/
version.txt

# following files are the result of the build process
checkbox*.txt
checkbox*.snap
Loading
Loading