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

upgraded node version to 18.20.4 #56

Merged
merged 1 commit into from
Jul 18, 2024
Merged

Conversation

avcribl
Copy link
Contributor

@avcribl avcribl commented Jul 17, 2024

  • Added patches for node 18.20.4
  • Updated azure-pipelines.yml
  • Cleaned up NodeBuilder from reading obsolete patch files
  • Updated Dockerfile.centos7 and Dockerfile.centos7.arm64 to use Centos vault to be able to build the cribl/js2bin-builder docker images

@@ -208,26 +209,14 @@ class NodeJsBuilder {
this.nodePath('vcbuild.bat'),
join(this.patchDir, 'vcbuild.bat.patch'));

await patchFile(
Copy link
Contributor

Choose a reason for hiding this comment

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

I suggest reverting your changes from lines 211-222. Let's maintain backward compatibility in case someone wants to regenerate the patches for versions like 18.15.0, where the patches are included. Handling missing patches is already covered in the patchfile implementation.

@ledbit ledbit merged commit 720e3db into criblio:master Jul 18, 2024
4 of 6 checks passed
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.

3 participants