8000 Upgrade Emscripten targets to use upstream LLVM backend by tlively · Pull Request #65251 · rust-lang/rust · GitHub
[go: up one dir, main page]

Skip to content

Upgrade Emscripten targets to use upstream LLVM backend #65251

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

Merged
merged 6 commits into from
Oct 17, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Temporarily enable asmjs and wasm32 on PR CI
  • Loading branch information
tlively committed Oct 17, 2019
commit a2264f6af59f47497ccea65f29198edd2eb5ce58
4 changes: 4 additions & 0 deletions src/ci/azure-pipelines/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
IMAGE: x86_64-gnu-llvm-6.0
mingw-check:
IMAGE: mingw-check
asmjs:
IMAGE: asmjs
wasm32:
IMAGE: wasm32

- job: LinuxTools
timeoutInMinutes: 600
Expand Down
0