We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afb0180 commit e7bf021Copy full SHA for e7bf021
Utilities/Docker/docker-utils
@@ -90,7 +90,7 @@ def bootstrap(args):
90
91
def build_run(args):
92
"""Runs a built swift executable in the container."""
93
- docker_run([".build/x86_64-unknown-linux/debug/" + args.command] + args.arguments)
+ docker_run([".build/x86_64-unknown-linux-gnu/debug/" + args.command] + args.arguments)
94
95
def main():
96
"""Main script entry-point."""
0 commit comments