Skip to content

Commit a85fb39

Browse files
[GR-67713] Use reset_user_group for DeliverableStandaloneArchive.
PullRequest: graal/21501
2 parents 734c10b + 029650c commit a85fb39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdk/mx.sdk/mx_sdk_vm_ng.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1089,6 +1089,7 @@ def __init__(self, suite, name=None, deps=None, excludedLibs=None, platformDepen
10891089
theLicense = ['GFTC' if is_enterprise() else 'UPL']
10901090
super().__init__(suite, name=dist_name, deps=[], layout=layout, path=None, theLicense=theLicense, platformDependent=True, path_substitutions=path_substitutions, string_substitutions=string_substitutions, maven=maven, defaultBuild=defaultBuild)
10911091
self.buildDependencies.append(standalone_dir_dist)
1092+
self.reset_user_group = True
10921093

10931094
def resolveDeps(self):
10941095
super().resolveDeps()

0 commit comments

Comments
 (0)