I know DA needs compiler like gcc to build PHP packages and other stuff from ./build command, but I want to remove all compilers from my existing system due to security concern.
But, In order to run ./build command like ./build all, I want to run pre_custom_script to install this compiler first before running DA. Once it finishes, I want to remove the compilers (maybe running the post_script. Does DA ./build has pre-and-post-script to run ? Can anyone share an idea how can I go with this ? Thank you.
But, In order to run ./build command like ./build all, I want to run pre_custom_script to install this compiler first before running DA. Once it finishes, I want to remove the compilers (maybe running the post_script. Does DA ./build has pre-and-post-script to run ? Can anyone share an idea how can I go with this ? Thank you.