heguanhui opened a new pull request, #63330:
URL: https://github.com/apache/doris/pull/63330

   ### What problem does this PR solve?
   
   Issue Number: close #63225
   
   Problem Summary: Several shell scripts are invoked directly (e.g., 
`./build.sh`) without executable permission, causing "Permission denied" errors 
during build, FE UT, BE UT, and broker build processes. This PR changes all 
such invocations to use `bash` prefix to ensure they execute correctly 
regardless of file permission settings.
   
   ### Release note
   
   Fix build and test scripts failing due to missing executable permission by 
using `bash` prefix for shell script invocations.
   
   ### Check List (For Author)
   
   - Test
       - [ ] Regression test
       - [ ] Unit Test
       - [x] Manual test (add detailed scripts or steps below)
           - Successfully built Doris with `bash build.sh --be --fe`
           - Successfully ran FE unit tests with `bash run-fe-ut.sh`
           - Successfully built broker module
       - [ ] No need to test or manual test. Explain why:
           - [ ] This is a refactor/code format and no logic has been changed.
           - [ ] Previous test can cover this change.
           - [ ] No code files have been changed.
           - [ ] Other reason
   
   - Behavior changed:
       - [x] No.
       - [ ] Yes.
   
   - Does this need documentation?
       - [x] No.
       - [ ] Yes.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to