Commit 1c3ed11
authored
[Chore](build) copy jeprof to output/be/bin (#58128)
This pull request updates the build script to change the source location
for copying BE binaries. Instead of copying specific BE shell scripts
from the old location, it now copies all files from the new BE output
directory, which helps ensure all necessary binaries are included.
Build script update:
* Changed the source path for copying BE binaries in `build.sh` from
`bin/*_be.sh` to `be/output/bin/*`, ensuring all BE binaries are copied
instead of just specific shell scripts.1 parent a0e1306 commit 1c3ed11
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
809 | 809 | | |
810 | 810 | | |
811 | 811 | | |
812 | | - | |
| 812 | + | |
813 | 813 | | |
814 | 814 | | |
815 | 815 | | |
| |||
0 commit comments