Skip to content

Dummy PR for CI testing #34

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

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Dummy PR for CI testing #34

wants to merge 7 commits into from

Conversation

quetric
Copy link
Collaborator

@quetric quetric commented Jul 16, 2025

No description provided.

serbuvlad and others added 7 commits May 21, 2025 09:53
This commit introduces the FilesystemCache class which is used to
provide application specific paths for cache throughout the code.

/tmp usage is replaced with:

- $XDG_RUNTIME_DIR (/run/user/<uid>/SLASH) for locks and small files
- $XDG_CACHE_HOME ($HOME/.cache/SLASH) for larger files

The improvments are:

- Per-user isolation of cahces.
- Prevent conflict with other programs on the system.
- Locks and small files are kept in RAM, with larger files on disk.

Signed-off-by: Vlad-Gabriel Șerbu <vlad_gabriel.serbu@upb.ro>
Fix extraction in multi user enviornment. The extraction path was /tmp instead of user based .cache.
…pendency for linker.

Signed-off-by: Alexandru Ulmamei <alexandru.ulmamei@upb.ro>
* Add CI test for driver and linker build. Driver build disabled for now
…ix for the compute platform.

Signed-off-by: Alexandru Ulmamei <alexandru.ulmamei@upb.ro>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants