Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eic_container
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
containers
eic_container
Commits
b97c93f9
Commit
b97c93f9
authored
1 year ago
by
Wouter Deconinck
Browse files
Options
Downloads
Patches
Plain Diff
fix: print results of find to delete
parent
082d4d3b
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request
!659
. Comments created here will be created in the context of that merge request.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
containers/jug/dev.Dockerfile
+2
-3
2 additions, 3 deletions
containers/jug/dev.Dockerfile
with
2 additions
and
3 deletions
containers/jug/dev.Dockerfile
+
2
−
3
Edit
View file @
b97c93f9
...
@@ -125,9 +125,8 @@ RUN --mount=type=cache,target=/var/cache/spack \
...
@@ -125,9 +125,8 @@ RUN --mount=type=cache,target=/var/cache/spack \
## Clear the local source and buildcache before install
## Clear the local source and buildcache before install
RUN
--mount
=
type
=
cache,target
=
/var/cache/spack
\
RUN
--mount
=
type
=
cache,target
=
/var/cache/spack
\
find /var/cache/spack/mirror/
${
SPACK_VERSION
}
/build_cache/
*
\
find /var/cache/spack/mirror/
${
SPACK_VERSION
}
/
-atime
+30
-print
\
/var/cache/spack/_source-cache/archives
*
\
&&
find /var/cache/spack/_source-cache/archive
-atime
+30
-print
-atime
+30
-print
-delete
## Extra post-spack steps:
## Extra post-spack steps:
## - Python packages
## - Python packages
...
...
This diff is collapsed.
Click to expand it.
Wouter Deconinck
@wdconinc
mentioned in commit
a92f1d16
·
1 year ago
mentioned in commit
a92f1d16
mentioned in commit a92f1d16b117a7cfe8c3dbdc088435c41f82639b
Toggle commit list
Wouter Deconinck
@wdconinc
mentioned in commit
37cb6ae5
·
1 year ago
mentioned in commit
37cb6ae5
mentioned in commit 37cb6ae512a8796491be5b2fabaf6b39fc3360a9
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment