Skip to content

Dummy PR for CI testing#34

Closed
quetric wants to merge 7 commits into
mainfrom
dev
Closed

Dummy PR for CI testing#34
quetric wants to merge 7 commits into
mainfrom
dev

Conversation

@quetric
Copy link
Copy Markdown
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>
@quetric quetric closed this Aug 13, 2025
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