Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
alpine
abuild
Commits
0ea273eb
Commit
0ea273eb
authored
Nov 15, 2017
by
Ariadne Conill
🐰
Browse files
rootbld: allow the fake $HOME to be writable
this is needed for running some test runners such as kyua under rootbld.
parent
f7b19c34
Changes
1
Hide whitespace changes
Inline
Side-by-side
abuild.in
View file @
0ea273eb
...
...
@@ -2159,6 +2159,7 @@ rootbld() {
--ro-bind
"
$BUILD_ROOT
"
/
\
--proc
/proc
\
--dev-bind
/dev /dev
\
--bind
"
$BUILD_ROOT
/
$HOME
"
"
$HOME
"
\
--ro-bind
"
$HOME
/.abuild"
"
$HOME
/.abuild"
\
--ro-bind
"
$aportsgit
"
"
$aportsgit
"
\
--bind
"
$SRCDEST
"
"
$SRCDEST
"
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment