realm / realm-core

Core database component for the Realm Mobile Database SDKs
https://realm.io
Apache License 2.0
1k stars 152 forks source link

Update install_baas.sh to use constants.sh from baas for declaring the dependencies. #7054

Open sync-by-unito[bot] opened 8 months ago

sync-by-unito[bot] commented 8 months ago

Since the version of go and the library dependencies can change with a new version of baas, update the installbaas.sh script to use the .evergreen/constants.sh_ file from the baas repo to define the library dependencies used by baas - this will also automatically grab the baas dependencies when the baas commit version changes.

sync-by-unito[bot] commented 8 months ago

➤ michael-wb commented:

The initial set of changes can be found here: https://github.com/realm/realm-core/compare/master...mwb/update-install-baas.sh

sync-by-unito[bot] commented 5 months ago

➤ michael-wb commented:

Putting this on the backlog for now, since Evergreen is being updated to use BaaSaaS