mirror of
https://github.com/boostorg/release-tools.git
synced 2026-01-19 04:42:10 +00:00
Try linking headers before running b2 -n
The uuid tests depend on soft linked headers, so they were failing.
This commit is contained in:
@@ -48,6 +48,7 @@ class script(script_common):
|
||||
# we will not get build system errors from things like missing
|
||||
# test files.
|
||||
|
||||
utils.check_call("b2","headers")
|
||||
utils.check_call("b2","-n")
|
||||
os.chdir(os.path.join(self.root_dir,"status"))
|
||||
utils.check_call("b2","-n","-d0")
|
||||
|
||||
Reference in New Issue
Block a user