Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/undici
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.19.4
Choose a base ref
...
head repository: nodejs/undici
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.19.5
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Jul 31, 2024

  1. fix: restore externalized Node.js dep compatibility (#3421)

    * fix: restore externalized Node.js dep compatibility
    
    Restore the ability to build Undici compatible with Node.js'
    `configure --shared-builtin-undici/undici-path ...` build option.
    
    Scopes the `hasApk` conditional to only cover the part that requires
    `apk`.
    
    Makes the WASM optimizer (binaryen) optional to allow building on
    Linux distributions that do not package `binaryen` and must be able
    to rebuild everything (including tooling) from source.
    
    * ci: add workflow for externalized Node.js dep
    
    Add a workflow to test building Undici in a way compatible with Node.js
    built with `configure --shared-builtin-undici/undici-path ...`.
    
    This configuration is used by downstream Node.js packagers (e.g. Fedora)
    who require the ability to be able to build everything from source.
    richardlau authored and mcollina committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    93605ab View commit details
    Browse the repository at this point in the history
  2. Bumped v6.19.5

    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    mcollina committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    8499c4b View commit details
    Browse the repository at this point in the history
Loading