8000 NVPTX target specification by denzp · Pull Request #57937 · rust-lang/rust · GitHub
[go: up one dir, main page]

Skip to content

NVPTX target specification #57937

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 8 commits into from
Feb 2, 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
Use correct CI test image for WASM and NVPTX
  • Loading branch information
denzp committed Jan 29, 2019
commit 49931fda56dc6268ba3c104b64768f551cfc4636
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ matrix:
if: branch = auto
- env: IMAGE=i686-gnu-nopt
if: branch = auto
- env: IMAGE=wasm32-unknown
- env: IMAGE=test-various
if: branch = auto
- env: IMAGE=x86_64-gnu
if: branch = auto
Expand All @@ -186,8 +186,6 @@ matrix:
if: branch = auto
- env: IMAGE=mingw-check
if: type = pull_request OR branch = auto
- env: IMAGE=nvptx-cuda
if: branch = auto

- stage: publish toolstate
if: branch = master AND type = push
Expand Down
18 changes: 0 additions & 18 deletions src/ci/docker/nvptx-cuda/Dockerfile

This file was deleted.

0