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

Create rpm package #3595

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

Create rpm package #3595

Tyriar opened this issue Mar 1, 2016 · 5 comments
Assignees
Labels
install-update VS Code installation and upgrade system issues linux Issues with VS Code on Linux verified Verification succeeded
Milestone

Comments

@Tyriar
Copy link
Member

Tyriar commented Mar 1, 2016

Related #1056

@Tyriar Tyriar added install-update VS Code installation and upgrade system issues linux Issues with VS Code on Linux labels 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 Tyriar closed this as completed in 3ddbbe9 Mar 7, 2016
@1dot75cm
Copy link

1dot75cm commented Mar 8, 2016

very nice 👍

@Tyriar Tyriar added the verified Verification succeeded label Mar 23, 2016
@rebornix
Copy link
Member

@Tyriar does it mean we still have no support for RHEL 6?

@Tyriar
Copy link
Member Author

Tyriar commented Mar 26, 2016

@rebornix yes < RHEL7 isn't supported, due to issues with GLIBC and GLIBCXX. It might be possible to build it on a RHEL6 box, I was having a bit of difficulty though.

@rebornix
Copy link
Member

@Tyriar got it. I'll have a try to see whether it can be solved as there are companies/users of my ruby debugger plugin asking if we can have RHEL6 support.

@Tyriar
Copy link
Member Author

Tyriar commented Mar 26, 2016

@rebornix if you have any luck, post it on #1056 or #3603. Also read these issues if you're going to give it a shot as it contains a few of my notes.

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
lemanschik pushed a commit to code-oss-dev/code that referenced this issue Nov 25, 2022
.rpm packages can now be build with:

    gulp vscode-linux-<arch>-build-rpm

The resulting package will be output to ~/rpmbuild/RPMS/<arch>/ and can be
installed on a Red Hat-based distro with:

    yum localinstall <path>

Note that Debian systems can build the package after installing the 'rpm'
package:

    apt-get install rpm

This was tested building 64-bit on Ubuntu 15.10 and installing on CentOS 7.

Fixes microsoft#3595
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
install-update VS Code installation and upgrade system issues linux Issues with VS Code on Linux verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

3 participants