How to run your build

i ran the command

> utils/build-script --skip-build-benchmarks \
>   --swift-darwin-supported-archs "$(uname -m)" \
>   --release-debuginfo --swift-disable-dead-stripping \
>   --bootstrapping=hosttools

and now i have a build folder
in the desired place

now what do i do next to run tests , make changes and run my build
i followed the instructions on the getting started page but im unable to follow them

what (specifically) have you tried? what (specifically) didn't work?

and, as a piece of unsolicited advice – you may wish to consider the recommendations in this article to improve the utility of the answers you may receive to queries like this.

2 Likes

After I ran this command


utils/build-script --skip-build-benchmarks \
>   --swift-darwin-supported-archs "$(uname -m)" \
>   --release-debuginfo --swift-disable-dead-stripping \
>   --bootstrapping=hosttools

the build was successful but

I was unable to run the run the following commands mentioned here