Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dedal
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Harbor Registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EBRAINS RI
Tech Hub
Platform
EBRAINS Software Distribution
dedal
Commits
58787a28
Commit
58787a28
authored
1 year ago
by
Philipp Spilger
Committed by
Eric Müller
9 months ago
Browse files
Options
Downloads
Patches
Plain Diff
fix: Add missing YASHCHIKI_DEBUG export in %post
Change-Id: I2afd5568f213bbb5775a439f12e2a35df4205fa8
parent
946b5cc7
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
share/yashchiki/styles/asic/create_recipe.sh
+1
-0
1 addition, 0 deletions
share/yashchiki/styles/asic/create_recipe.sh
share/yashchiki/styles/visionary/create_recipe.sh
+1
-0
1 addition, 0 deletions
share/yashchiki/styles/visionary/create_recipe.sh
with
2 additions
and
0 deletions
share/yashchiki/styles/asic/create_recipe.sh
+
1
−
0
View file @
58787a28
...
...
@@ -252,6 +252,7 @@ From: ${DOCKER_BASE_IMAGE}
export YASHCHIKI_BUILD_CACHE_NAME="
${
YASHCHIKI_BUILD_CACHE_NAME
}
"
export YASHCHIKI_BUILD_CACHE_ON_FAILURE_NAME="
${
YASHCHIKI_BUILD_CACHE_ON_FAILURE_NAME
}
"
export YASHCHIKI_SPACK_VERBOSE="
${
YASHCHIKI_SPACK_VERBOSE
}
"
export YASHCHIKI_DEBUG=
${
YASHCHIKI_DEBUG
}
export CONTAINER_STYLE="
${
CONTAINER_STYLE
}
"
"
${
SPACK_INSTALL_SCRIPTS
}
/complete_spack_install_routine_called_in_post_as_root.sh"
wait
...
...
This diff is collapsed.
Click to expand it.
share/yashchiki/styles/visionary/create_recipe.sh
+
1
−
0
View file @
58787a28
...
...
@@ -82,6 +82,7 @@ From: ${DOCKER_BASE_IMAGE}
export YASHCHIKI_BUILD_CACHE_NAME="
${
YASHCHIKI_BUILD_CACHE_NAME
}
"
export YASHCHIKI_BUILD_CACHE_ON_FAILURE_NAME="
${
YASHCHIKI_BUILD_CACHE_ON_FAILURE_NAME
}
"
export YASHCHIKI_SPACK_VERBOSE="
${
YASHCHIKI_SPACK_VERBOSE
}
"
export YASHCHIKI_DEBUG=
${
YASHCHIKI_DEBUG
}
export CONTAINER_STYLE="
${
CONTAINER_STYLE
}
"
# Improve efficiency by installing system packages in the background (even
# though we set the number of worker to
\$
{YASHCHIKI_JOBS}, often times - e.g. when
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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