Skip to content

Conversation

@lnicola
Copy link
Member

@lnicola lnicola commented Dec 23, 2020

bors r+

@bors
Copy link
Contributor

bors bot commented Dec 23, 2020

@bors bors bot merged commit f7f85cd into rust-lang:master Dec 23, 2020
@lnicola lnicola deleted the uncompressed-binaries branch December 23, 2020 07:10
- name: Nightly analysis-stats check
if: github.ref != 'refs/heads/release'
run: ./dist/rust-analyzer-x86_64-unknown-linux-gnu analysis-stats .
run: target/x86_64-unknown-linux-gnu/release/rust-analyzer analysis-stats .
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Couple of drive-bys:

  • the ./dist was intentional here, to make sure that the final thing works. Arguably, the stats job should even download it from GitHub releases page... But this is minor, really
  • Let's set RA_TARGET env var on the job level, if possible?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the ./dist was intentional here, to make sure that the final thing works. Arguably, the stats job should even download it from GitHub releases page... But this is minor, really

Yeah, but that file no longer exists (since the binary is compressed). We could gunzip it, but I'm not sure it matters too much.

Let's set RA_TARGET env var on the job level, if possible?

Sure

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ahhh, right, yeah, makes sense!

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ahhh, right, yeah, makes sense!

Ask me how I found out 😄

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.

2 participants