diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-06-22 09:32:56 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2023-07-05 13:08:38 +0200 |
commit | 9014ee19dbab4708527d7c4d846e5f6773c47bef (patch) | |
tree | e0ebe789263ea20aa68ae5d40c88017dc5d707e6 /CHANGELOG.md | |
parent | 600358e826fe991c40f2c11a5074299bcdab4712 (diff) | |
download | justbuild-9014ee19dbab4708527d7c4d846e5f6773c47bef.tar.gz |
Add CLI argument to dispatch endpoint
In this way, the user can specify which execution endpoint
to use depending on the execution properties.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index fe57bcc7..bdb281ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,9 @@ A feature release on top of `1.1.0`, backwards compatible. - Actions can now define additional execution properties and in that way chose a specific remote execution image, as well as a factor to scale the time out. This also applies to the built-in - `generic` rule. + `generic` rule. Additionally, the remote-execution endpoint can + be dispatched based on the remote-execution properties using + the `--endpoint-configuration` argument. - Relative non-upwards symbolic links are now treated as first-class objects. This introduces a new artifact type and allows the free use of such symbolic links throughout the build process. |