-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Mac deps and reduce CI time #1745
Update Mac deps and reduce CI time #1745
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me. Just a question in the comments
@@ -17,10 +17,10 @@ FAST_MAKE='' | |||
gcc_version=0 | |||
|
|||
check_version(){ | |||
if [[ $(lsb_release -rs) == "18.04" ]] || [[ $(lsb_release -rs) == "20.04" ]] | |||
then | |||
if [[ $(lsb_release -rs) == "18.04" ]] || [[ $(lsb_release -rs) == "20.04" ]] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we still need to keep this? I'm asking because I'm not sure this will even work with older gcc versions
@@ -115,16 +150,22 @@ then | |||
install_erizo_controller | |||
install_spine | |||
else | |||
while getopts “heacstfd” OPTION | |||
while getopts “heEaAcstfd” OPTION |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Description
Log4cxx and other dependencies have been updated recently (and not so recently), so I wanted to spend a PR to update a bunch of them.
I also use this PR to reduce the time it takes for CI to build and run tests. I removed the build debug version from the docker image.
[] It needs and includes Unit Tests
Changes in Client or Server public APIs
Not needed.
[] It includes documentation for these changes in
/doc
.