Skip to content
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.

Commit

Permalink
Use nightly-2017-11-07 japaric-archived/core64#3
Browse files Browse the repository at this point in the history
  • Loading branch information
termoshtt committed Nov 8, 2017
1 parent 1113078 commit 24c7619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ptx_builder/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const PTX_BUILDER_TARGET: &'static str = include_str!("nvptx64-nvidia-cuda.json"

// japaric/core64 cannot be compiled with recent nightly
// https://github.com/japaric/nvptx/issues/12
const NIGHTLY: &'static str = "nightly-2017-09-01";
const NIGHTLY: &'static str = "nightly-2017-11-07";

fn install_file(work_dir: &Path, contents: &str, filename: &str) {
let mut f = fs::File::create(work_dir.join(filename)).unwrap();
Expand Down

0 comments on commit 24c7619

Please sign in to comment.