Both the fix in aws/aws-lc#2042 and aws/aws-lc#2455 are required to get efs-utils on a modern build environment.
Since efs-utils still depends on an old version of aws-lc, both these patches have to be backported manually which is quite a nuisance due to the deeply nested directory trees and the need for patching the cargo checksums.
Is there any chance that the aws-lc dependency can be updated to a version that contains these two fixes?
Both the fix in aws/aws-lc#2042 and aws/aws-lc#2455 are required to get
efs-utilson a modern build environment.Since
efs-utilsstill depends on an old version ofaws-lc, both these patches have to be backported manually which is quite a nuisance due to the deeply nested directory trees and the need for patching the cargo checksums.Is there any chance that the
aws-lcdependency can be updated to a version that contains these two fixes?