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

code-server: 4.12.0 -> 4.13.0 #233493

Closed
wants to merge 1 commit into from

Conversation

drupol
Copy link
Contributor

@drupol drupol commented May 22, 2023

Description of changes
Things done
  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandbox = true set in nix.conf? (See Nix manual)
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 23.05 Release Notes (or backporting 22.11 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

@drupol
Copy link
Contributor Author

drupol commented May 23, 2023

I don't think it's good, it's not building

@@ -1,12 +1,12 @@
{ lib, stdenv, fetchFromGitHub, buildGoModule, makeWrapper
, cacert, moreutils, jq, git, rsync, pkg-config, yarn, python3
, esbuild, nodejs_16, node-gyp, libsecret, xorg, ripgrep
, esbuild, nodejs_18, node-gyp, libsecret, xorg, ripgrep
Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

nodejs_16 has been deprecated, so I'm just checking if this is working with NodeJS 18. I already made the change in openvscode-server at #232887

@henkery henkery self-requested a review May 23, 2023 07:31
@drupol drupol force-pushed the code-servers/bump-may-2023 branch from 1005d5a to 7dcacb0 Compare May 23, 2023 08:22
@drupol
Copy link
Contributor Author

drupol commented May 23, 2023

@GrahamcOfBorg build code-server

@drupol
Copy link
Contributor Author

drupol commented May 23, 2023

I guess I can close this PR now, it just doesn't work with NodeJS 18.

@drupol drupol closed this May 23, 2023
@henkery
Copy link
Contributor

henkery commented May 23, 2023

made an issue at code-server to see if they can look into migrating first
coder/code-server#6230

@drupol drupol reopened this May 26, 2023
@drupol
Copy link
Contributor Author

drupol commented May 26, 2023

Work is continued in #234289

@drupol drupol closed this May 26, 2023
@drupol drupol deleted the code-servers/bump-may-2023 branch May 26, 2023 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants