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

Smoke test Red Hat Distros #3603

Closed
4 tasks done
Tyriar opened this issue Mar 1, 2016 · 5 comments
Closed
4 tasks done

Smoke test Red Hat Distros #3603

Tyriar opened this issue Mar 1, 2016 · 5 comments
Assignees
Labels
linux Issues with VS Code on Linux verified Verification succeeded
Milestone

Comments

@Tyriar
Copy link
Member

Tyriar commented Mar 1, 2016

Smoke vscode test on the following distributions

  • RHEL6 (Support RHEL Linux platform #1056): Does not work without compiling from source (of which there are other problems).
  • RHEL7: Works
  • CentOS 7: Works
  • Fedora 23: Works
@Tyriar Tyriar added the linux Issues with VS Code on Linux label Mar 1, 2016
@Tyriar Tyriar self-assigned this Mar 1, 2016
@Tyriar Tyriar added this to the March 2016 milestone Mar 1, 2016
@egamma egamma mentioned this issue Mar 1, 2016
82 tasks
@Tyriar
Copy link
Member Author

Tyriar commented Mar 3, 2016

Installed RHEL6 and ran in to some issues.

  • Hit the issue described here Support RHEL Linux platform #1056 and did a little research, it looks like building on a RHEL machine will fix this.

  • Installed prereqs:

    curl --silent --location https://rpm.nodesource.com/setup_4.x | bash -
    yum install nodejs
    npm install -g mocha gulp
    yum install gcc-c++
    yum install libX11-devel.x86_64
    # and install python2.7
    

Currently hitting an issue when installing npm deps

@Tyriar
Copy link
Member Author

Tyriar commented Mar 4, 2016

Same issue with RHEL6 seems to occur on Atom atom/atom#2177. I think RHEL7 should work since it comes with gcc 4.8 (C++11).

@Tyriar Tyriar changed the title Support Red Hat Distros Smoke test Red Hat Distros Mar 4, 2016
@Tyriar Tyriar closed this as completed Mar 4, 2016
@Tyriar Tyriar added the verified Verification succeeded label Mar 23, 2016
@rebornix
Copy link
Member

Install GCC 4.8 in RHEL6 per http://superuser.com/questions/381160/how-to-install-gcc-4-7-x-4-8-x-on-centos . But still get problems with oniguruma@6.0.1 installation.

@ykne
Copy link

ykne commented Nov 7, 2017

Are there any updates for making this work on RHEL6.x?

@Tyriar
Copy link
Member Author

Tyriar commented Nov 7, 2017

@ykne no updates, we support RHEL7+ https://code.visualstudio.com/docs/supporting/requirements

Snap package support may change this, I'm not sure #5458

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
linux Issues with VS Code on Linux verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

3 participants