Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: Developer Infrastructure
-
Labels:None
-
Team:SQuaRE
Description
The cp command in line 159 of the script uses both the -a and -r flags. -a implies -R, which is the modern replacement for -r, on all platforms. For some reason, this is now being executed on macOS, which complains and errors, unlike CentOS.
Attachments
Issue Links
- is triggered by
-
DM-14631 end-to-end testing of the science-pipelines release process
- Done
It looks like the SKIP_DOCS env var was being set to true for all of the lsst_distrib platforms even though it is declared as false in the config file. One of the refactors under
DM-14631was a cleanup of relying on env vars being set by calling methods. This wasn't caught in testing as osx was disable in the test env. TL;DR the clean build is now working as intended but apparently the doc build hasn't been run on osx for a while, if ever.