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

test: Added Ubuntu 20.04 (Focal Fossa) Installation Test Case #181

Merged
merged 4 commits into from
Oct 14, 2021

Conversation

aymanzay
Copy link
Collaborator

@aymanzay aymanzay commented Oct 12, 2021

Ubuntu 20.04 cannot add the same ppa repositories as 16/18.04, so apt install build-essentials is used to install g++-7.

Issue being fixed or feature implemented

What was done?

  • Added new test case for Ubuntu 20.04 with Xenial-based commands are replaced with apt install build-essentials.

How Has This Been Tested?

  • Locally - Docker and Travis

Breaking Changes

None

Checklist:

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have added or updated relevant unit/integration/functional/e2e tests
  • I have made corresponding changes to the documentation

@aymanzay aymanzay changed the base branch from release to dev October 12, 2021 23:41
@aymanzay aymanzay changed the base branch from dev to release October 12, 2021 23:41
@versey-sherry
Copy link
Contributor

@aymanzay I edited the PR description for you.

@versey-sherry
Copy link
Contributor

and for the earlier versions of linux users should run

sudo apt-get update
sudo apt-get upgrade
sudo apt install build-essential
sudo apt -y install g++-7
export CC="$(which gcc-7)"
export CXX="$(which g++-7)"

gcc-7 g++7 part could also just be gcc

@versey-sherry change the docs for Windows and Linux.

Copy link
Contributor

@versey-sherry versey-sherry left a comment

Choose a reason for hiding this comment

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

@versey-sherry change docs before merging.

@versey-sherry versey-sherry merged commit e8a21c3 into release Oct 14, 2021
@aymanzay aymanzay deleted the unify-ubuntu-install branch November 5, 2021 14:45
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