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

Add pthread_[s,g]etschedparam to emscripten. #2764

Closed

Commits on May 8, 2022

  1. Configuration menu
    Copy the full SHA
    39d23c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a51c2d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06ac301 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    85f5cef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5f1b18f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8390ea4 View commit details
    Browse the repository at this point in the history
  7. Remove non-existing sched_param fields for emscripten.

    Emscripten has these removed in the newer version this PR upgrades to,
    hence the crate should not have those as well.
    iddm committed May 8, 2022
    Configuration menu
    Copy the full SHA
    176a76f View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. Configuration menu
    Copy the full SHA
    0c2de53 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. Set RUSTFLAGS to disable generating code map for WASM.

    This allows the CI to proceed.
    iddm committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    5e27da1 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. Try enabling USE_PTHREADS in ci/run.sh for emscripten.

    This should enable pthread functionality for emcc.
    iddm committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    43fba40 View commit details
    Browse the repository at this point in the history