File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
6
6
# Build for a specific family. Note that all options after the "--" are
7
7
# passed verbatim to CMake.
8
- python build_portable .py -- -DTHEROCK_AMDGPU_FAMILIES=gfx110X-dgpu
8
+ python linux_build_portable .py -- -DTHEROCK_AMDGPU_FAMILIES=gfx110X-dgpu
9
9
10
10
# Build with podman vs docker.
11
- python build_portable .py --docker=podman
11
+ python linux_build_portable .py --docker=podman
12
12
13
13
# Enter an interactive shell set up like the build.
14
- python build_portable .py --interactive
14
+ python linux_build_portable .py --interactive
15
15
16
16
Other options of note:
17
17
@@ -95,7 +95,7 @@ def main(argv: list[str]):
95
95
rest_args = argv [rest_pos + 1 :]
96
96
argv = argv [:rest_pos ]
97
97
98
- p = argparse .ArgumentParser (prog = "build_portable .py" )
98
+ p = argparse .ArgumentParser (prog = "linux_build_portable .py" )
99
99
p .add_argument ("--docker" , default = "docker" , help = "Docker or podman binary" )
100
100
p .add_argument (
101
101
"--image" ,
You can’t perform that action at this time.
0 commit comments