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

NP-346 add updates to emsdk recipe and fix for nodejs recipe #14

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Oct 2, 2024

  1. Initial porting of the recipes from conan-center-index

    - Also trigger conan-package workflow on NP-* branches
    Contribute to NP-346
    jellespijker committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    1714c84 View commit details
    Browse the repository at this point in the history
  2. Add Emsdk 3.1.65 version and update Node.js requirements

    Added Emsdk version 3.1.65 with corresponding source details in conandata.yml and config.yml. Updated Node.js to version 20.16.0 in emsdk's build requirements and ensured TypeScript installation using npm. Enhanced Node.js recipe by appending new paths to build and environment info.
    
    Contributes to NP-346
    jellespijker committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    e15b699 View commit details
    Browse the repository at this point in the history
  3. Update recipe export URL to NP-346 branch

    Contribute to NP-346
    jellespijker committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    208a47f View commit details
    Browse the repository at this point in the history
  4. trivial change to trigger workflow

    Contribute to NP-346
    jellespijker committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    8e3b92a View commit details
    Browse the repository at this point in the history
  5. Update npm install command in emsdk recipe

    Modified the npm install command and run from the emscripten directory. This should install all basic node_modules such as typescript etc.
    
    Contribute to NP-346
    jellespijker committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    9fc78ec View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Ported Lexy recipe from CCI

    Need to apply a patch to the version which isn't released yet
    
    Contribute to NP-346
    jellespijker committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    d431cd8 View commit details
    Browse the repository at this point in the history
  2. Fix typo in lexy::input_location comparison

    Add patch to correct column number comparison typo in lexy. Update configuration to include the new patch and amend Conan recipe for patch handling. Clean up outdated version entries.
    
    Contribute to NP-346
    jellespijker committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    162eeb5 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Add emsdk-3.1.71

    NP-346
    casperlamboo committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    d1117cd View commit details
    Browse the repository at this point in the history
  2. Update config

    NP-346
    casperlamboo committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    99eec3e View commit details
    Browse the repository at this point in the history