-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add an xtask task to update CI binaries #8
Comments
I've lost the track about this issue @syl20bnr, but I've seen that now we are using external |
This kind of command can still be useful. Here is the current situation:
Maybe the |
I can think of two scenarios:
In both case, it seems a |
Yes you are right, transferred to tracel-ai/xtask repo. |
Feature description
Add an
xtask
task to automatically check for whether there are new versions of Continuous Integration binaries. It might be structured in the following way:yml
files in search of environment variables which could be defined as:_BINARY_URL: "url"
_BINARY_NAME_VERSION: "x.x.x"
url
to evaluate if there is aBINARY_NAME
with a release version greater thanx.x.x
through the reqwest crate_BINARY_NAME_VERSION
value, thus changing filesFeature motivation
This task makes less tedious the updating of Continuous Integration binaries. This check can also be integrated into a Continuous Integration action which automatically opens a PR with the updates.
The text was updated successfully, but these errors were encountered: