You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1054: Allow Persistent Data Volume to be Created Outside of Package r=Emilgardis a=Alexhuszagh
This changes the unique container IDs to be based off the toolchain ID, the host target name, the hash of the current working directory, the system time. This means it will be fully unique at the millisecond resolution. This also separated package and toolchain directories. Toolchain directories are the only ones required when creating persistent data volumes, while running cross requires both. There are no backwards incompatible changes, since the persistent data volumes stay the same.
Closes#1045.
Co-authored-by: Alex Huszagh <ahuszagh@gmail.com>
0 commit comments