Nicklas Ansman
08/24/2024, 1:38 PMInternal
which isn’t good because when the task output is restored from cache it becomes invalid.
One option is to mark it as LocalState
but that wipes the cache upon cache restoration which maybe isn’t ideal.
It could be marked as an output but it’s also needed as an input (though changes to it should not cause task invalidation so it should not be marked as an input). But is this safe? Obviously whatever is put in there cannot contain absolute path and such for that to workNicklas Ansman
08/24/2024, 1:53 PMtony
08/24/2024, 5:11 PMNicklas Ansman
08/24/2024, 5:15 PMNicklas Ansman
08/24/2024, 5:16 PMNicklas Ansman
08/24/2024, 5:55 PMVampire
08/24/2024, 7:44 PM