Skip to content

Offline builds with cargo vendor are broken #528

@jschwe

Description

@jschwe

The update to Spidermonkey 128 vendored two new crates:

  • mozjs_sys/mozjs/intl/icu_capi
  • mozjs-sys/mozjs/intl/icu_segmenter_data

cargo vendor places these crates in the top-level vendor directory, leaving the location the mozjs-sys crate empty and causing the build (when forcing build from source or offline build) to fail with:

  Path specified in LOCAL_INCLUDES does not exist: /intl/icu_capi/c/include (resolved to /Users/jschwender/Dev/servo/vendor/mozjs_sys/mozjs/intl/icu_capi/c/include)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions