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

Update CI configs #103

Merged
merged 1 commit into from
Oct 15, 2016
Merged

Update CI configs #103

merged 1 commit into from
Oct 15, 2016

Conversation

alexcrichton
Copy link
Member

  • Run on the master branch (to get previews)
  • Pass --target on AppVeyor (oops)
  • Use the current nightly for arm (I think that bug is fixed)

* Run on the master branch (to get previews)
* Pass --target on AppVeyor (oops)
* Use the current nightly for arm (I think that bug is fixed)
@alexcrichton
Copy link
Member Author

r? @japaric

@japaric
Copy link
Member

japaric commented Oct 14, 2016

Pass --target on AppVeyor (oops)

We are not cross compiling though? Or rather the rustc host = %TARGET% so native compilation is doing the right thing. I agree that passing --target is more robust though.

@bors r+

@bors
Copy link
Contributor

bors commented Oct 14, 2016

📌 Commit 9b6f5ff has been approved by japaric

@alexcrichton
Copy link
Member Author

Oh, right, carry on!

@bors
Copy link
Contributor

bors commented Oct 15, 2016

⌛ Testing commit 9b6f5ff with merge 0b53393...

bors added a commit that referenced this pull request Oct 15, 2016
Update CI configs

* Run on the master branch (to get previews)
* Pass --target on AppVeyor (oops)
* Use the current nightly for arm (I think that bug is fixed)
@bors
Copy link
Contributor

bors commented Oct 15, 2016

☀️ Test successful - status-appveyor, travis
Approved by: japaric
Pushing 0b53393 to master...

@bors bors merged commit 9b6f5ff into rust-lang:master Oct 15, 2016
@alexcrichton alexcrichton deleted the update-ci branch July 4, 2017 02:16
tgross35 pushed a commit to tgross35/compiler-builtins that referenced this pull request Feb 23, 2025
100: Implement expm1 r=japaric a=Veykril

~~Closes 13~~, closes rust-lang#18 and ~~closes 14~~.

~~I wasn't sure where to put `__expo2(x: f64) -> f64` so I left it in `src/math/cosh.rs` for now.~~ Moved the function into it's own module.

Edit: Didn't see that `exp` was already done in a pull request, I'll take it out once rust-lang#90 lands then.

103: implement fma r=japaric a=erikdesjardins

closes rust-lang#19

Co-authored-by: Lukas Wirth <[email protected]>
Co-authored-by: Erik <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants