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

Require explicit, single-threaded initialization #91

Merged
merged 13 commits into from
Sep 18, 2023

Commits on Sep 14, 2023

  1. Configuration menu
    Copy the full SHA
    22d1822 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49743e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a8ef42 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d2af876 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    63a0492 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    90a980f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5b31be3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5ddf82f View commit details
    Browse the repository at this point in the history
  9. it's even worse than you know

    exarkun committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    90296c4 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. show the build logs

    It's nice to have access to them on CI but more importantly showing build
    progress prevents the build from timing out...
    exarkun committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    c6cda58 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    c883719 View commit details
    Browse the repository at this point in the history
  2. Mostly prefer the default number of successes

    The test suite takes a long time to run, particularly on CI, this might help
    it a bit.  Also the number of successes can be overridden on the command line
    if necessary.
    exarkun committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    7216877 View commit details
    Browse the repository at this point in the history
  3. make CI wait longer

    exarkun committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    32cf57e View commit details
    Browse the repository at this point in the history