-
Notifications
You must be signed in to change notification settings - Fork 341
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix key error on getting the "testing" key on older contexts and bump…
… context serialize_version (#1863) Signed-off-by: Jean-Christophe Morin <[email protected]>
- Loading branch information
1 parent
09bf497
commit 9c0fe83
Showing
3 changed files
with
63 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
{ | ||
"append_sys_path": true, | ||
"arch": "x86_64", | ||
"building": false, | ||
"caching": false, | ||
"created": 1729961872, | ||
"default_patch_lock": "no_lock", | ||
"failure_description": null, | ||
"from_cache": false, | ||
"graph": "{'nodes': [((('fillcolor', '#FFFFAA'), ('fontsize', 10), ('style', 'filled,dashed')), [('_1', 'hello_world')]), ((('fillcolor', '#AAFFAA'), ('fontsize', 10), ('style', 'filled')), [('_2', 'hello_world-1.0[]')])], 'edges': [((('arrowsize', '0.5'),), [('_1', '_2')])]}", | ||
"host": "arch01", | ||
"implicit_packages": [], | ||
"load_time": 0.0, | ||
"num_loaded_packages": 1, | ||
"os": "arch", | ||
"package_cache_async": true, | ||
"package_caching": true, | ||
"package_filter": [], | ||
"package_orderers": null, | ||
"package_paths": [ | ||
"/tmp/rez_selftest_ec71iu0a/packages" | ||
], | ||
"package_requests": [ | ||
"hello_world" | ||
], | ||
"parent_suite_path": null, | ||
"patch_locks": {}, | ||
"platform": "linux", | ||
"requested_timestamp": null, | ||
"resolved_ephemerals": [], | ||
"resolved_packages": [ | ||
{ | ||
"key": "filesystem.variant", | ||
"variables": { | ||
"index": null, | ||
"location": "/tmp/rez_selftest_ec71iu0a/packages", | ||
"name": "hello_world", | ||
"repository_type": "filesystem", | ||
"version": "1.0" | ||
} | ||
} | ||
], | ||
"rez_path": "/home/jcmorin/jcmenv/aswf/rez/src/rez", | ||
"rez_version": "3.1.1", | ||
"serialize_version": "4.8", | ||
"solve_time": 0.00042057037353515625, | ||
"status": "solved", | ||
"suite_context_name": null, | ||
"timestamp": 1729961872, | ||
"user": "jcmorin" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters