-
Notifications
You must be signed in to change notification settings - Fork 155
ci: pin nightly rust compiler version #799
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
Conversation
Builds on #798 |
Oh, heh, it doesn't build on 798 -- but it does need 798 to pass CI. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, I don't understand these CI scripts. But they are same as rust-bitcoin ones, which were reviewed.
happy to ACK once CI passes
I believe that our previous use of the `rev:` key had no effect. We need to use `ref:` with a full commit ID. As written, I think that we were just always pulling master, even though it looked like a commit ID. Anyway we don't use any cool features of rust-bitcoin-maintainer-tools so it doesn't really matter here. But we should pin it properly.
293c18d
to
a713ee7
Compare
a713ee7
to
6df8cad
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On a713ee7 successfully ran local tests
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On 6df8cad successfully ran local tests
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK 6df8cad
Turns out we were most of the way there already.
I added
secrets.APOELSTRA_CREATE_PR_TOKEN
to this repo so the weekly cronjob should work. I just copy/pasted the code from rust-bitcoin.