Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
IPDSnelting
spec.py
Commits
c8a574bf
Commit
c8a574bf
authored
Aug 28, 2018
by
uceme
Browse files
SPEC 2017 does not use the relocate script
parent
4786c041
Changes
2
Hide whitespace changes
Inline
Side-by-side
buildbot/nightly2017.sh
View file @
c8a574bf
...
...
@@ -21,4 +21,6 @@ case "$TARGET_TRIPLE" in
;;
esac
DO_RELOCATE
=
1
.
runspec.sh
buildbot/runspec.sh
View file @
c8a574bf
...
...
@@ -9,7 +9,11 @@ COMPLETEDEST="${DESTDIR}/$(basename "${SOURCE}")"
cd
"
${
COMPLETEDEST
}
"
# Need to call "relocate" if the spec stuff ended up in a different directory
# than the original installation
(
set
+eu
;
.
shrc
&&
bin/relocate
)
if
[
-n
"
$DO_RELOCATE
"
]
;
then
(
set
+eu
;
.
shrc
&&
bin/relocate
)
else
(
set
+eu
;
.shrc
)
fi
# Setup result directory
rm
-rf
result
# remove old symlink
RESDIR
=
"/ben/firm/public_html/nightly_spec_results/
${
TARGET_TRIPLE
}
"
...
...
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment