Skip to content

Commit

Permalink
removing all sudo to start over
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera committed Feb 27, 2024
1 parent 466c52c commit 0f3111d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .builder/actions/xcode-tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ class XCodeTests(Builder.Action):
def run(self, env):
destination = env.shell.getenv("XCODE_DESTINATION")
commands =[
'sudo',
'xcodebuild',
'-scheme',
'aws-crt-swift-Package',
Expand Down
4 changes: 1 addition & 3 deletions builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"run_tests": true,
"test_steps": [
"crt-ci-prep",
"sudo swift test"
"swift test"
],
"hosts": {
"al2012": {
Expand Down Expand Up @@ -38,7 +38,6 @@
],
"!test_steps": [
"crt-ci-prep",
"xcodebuild -scheme aws-crt-swift-Package test -destination 'platform=tvOS Simulator,OS=16.1,name=Apple TV 4K (3rd generation) (at 1080p)'",
"xcode-tests"
]
},
Expand All @@ -53,7 +52,6 @@
},
"macos": {
"+test_steps": [
"xcode-tests",
"./integ_test.sh"
]
}
Expand Down

0 comments on commit 0f3111d

Please sign in to comment.