epics-modules / motor

APS BCDA synApps module: motor
https://epics-modules.github.io/motor/
20 stars 47 forks source link

Travis builds fail due to omission of SUPPORT from RELEASE.local #157

Closed kmpeters closed 4 years ago

kmpeters commented 4 years ago

The travis builds are failing because the RELEASE.local file that is created during the travis build process doesn't define SUPPORT, which results in the following failed checkRelease:

https://travis-ci.org/github/epics-modules/motor/jobs/663648382#L778-L782

kmpeters commented 4 years ago

Here is the RELEASE.local from that build:

https://travis-ci.org/github/epics-modules/motor/jobs/663648382#L609-L615

kmpeters commented 4 years ago

motorOms's RELEASE file is defining SUPPORT to be the directory above motor:

https://github.com/epics-motor/motorOms/blob/e41f627bf1e0bd840083fed1f224d209af366f6b/configure/RELEASE#L8

kmpeters commented 4 years ago

SUPPORT is included the RELEASE.local file as of this commit: f5c8c39d0cfccf45390727de9e28a5d05b4cbdf4

The travis builds still fail because the hard-coded definition of SUPPORT in motorOms isn't being properly overridden. A new issue will be created for that.