File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 57
57
GITHUB_API_TOKEN : ${{ secrets.GITHUB_TOKEN }}
58
58
home_dir : ${{ github.workspace }}/../../../..
59
59
run : |
60
- set -x
61
60
container_name=${TASK}-$(date +%Y%m%d-%H%M%S)
62
61
echo "container_name=${container_name}" >> ${{ github.env }}
63
62
docker run --ulimit nofile=102400:102400 -d -t --name ${container_name} \
@@ -120,10 +119,11 @@ jobs:
120
119
work_dir : ${{ github.workspace }}
121
120
PADDLE_ROOT : ${{ github.workspace }}
122
121
run : |
122
+ set -x
123
123
docker exec -t ${{ env.container_name }} /bin/bash -c '
124
124
source ${{ github.workspace }}/../../../proxy
125
125
source /opt/dtk-24.04.1/env.sh
126
- bash ${ci_scripts}/run_setup.sh bdist_wheel
126
+ bash -x ${ci_scripts}/run_setup.sh bdist_wheel
127
127
EXCODE=$?
128
128
python -m pip install bce-python-sdk==0.8.74
129
129
rm -rf `find . -name "*.a"`
You can’t perform that action at this time.
0 commit comments