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

[relay] Various fixes to make CI green again #4464

Closed
wants to merge 8 commits into from

Conversation

alunyov
Copy link
Contributor

@alunyov alunyov commented Oct 5, 2023

  • Added babel-plugin-syntax-hermes-parser to jest config to support new flow syntax
  • Use NO_COLOR env variable to disable color printing in rust unit test after migration to tokio:test
  • Backout Build Compiler Explorer Build Wasm compiler explorer when deploying docs website #3928 - this is currently failing with error:
Instruction does not dominate all uses!
  %143 = getelementptr inbounds %47, ptr %76, i32 0, i32 1, i32 1
  %137 = getelementptr inbounds %13, ptr %143, i32 0, i32 1
in function _ZN102_$LT$core..iter..adapters..map..Map$LT$I$C$F$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4fold17h3684d0946383414eE
LLVM ERROR: Broken function found, compilation aborted!
error: could not compile `schema` (lib)
warning: build failed, waiting for other jobs to finish...
Error: Compiling your crate to WebAssembly failed
Caused by: Compiling your crate to WebAssembly failed
Caused by: failed to execute `cargo build`: exited with exit status: 101
  full command: cd "/Users/alunyov/relay/compiler/crates/relay-compiler-playground" && "cargo" "build" "--lib" "--release" "--target" "wasm32-unknown-unknown"

Need more time to investigate and fix it, but we want to unblock CI issues before the next release.

@facebook-github-bot
Copy link
Contributor

@alunyov has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@facebook-github-bot
Copy link
Contributor

@alunyov has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@facebook-github-bot
Copy link
Contributor

@alunyov merged this pull request in 6911daa.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants