Skip to content

Commit 029650c

Browse files
Use reset_user_group for DeliverableStandaloneArchive
1 parent eca7e0b commit 029650c

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)