Skip to content
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

Merged
merged 7 commits into from
Sep 21, 2021

Conversation

jcague
Copy link
Contributor

@jcague jcague commented Aug 16, 2021

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.

Copy link
Contributor

@lodoyun lodoyun left a 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" ]]
Copy link
Contributor

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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@jcague jcague merged commit f79bbf2 into lynckia:master Sep 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants