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

[2.0.0] Fix CI builds #5219

Merged
merged 2 commits into from Nov 8, 2022

Commits on Nov 7, 2022

  1. Fix instruction size test for Rust 1.65.0 (bytecodealliance#5188)

    Looks like Rust generously shrank our `enum` in 1.65.0, so update the
    test assertion to pass CI.
    alexcrichton committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    f6c15d5 View commit details
    Browse the repository at this point in the history
  2. Use an alternate doxygen download link (bytecodealliance#5150)

    * Use an alternate doxygen download link
    
    Looks like doxygen.nl is down otherwise.
    
    * Update link
    alexcrichton committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    5e8b68a View commit details
    Browse the repository at this point in the history