File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7676
7777 - name : Compile dummy PHP script
7878 run : docker exec kphp-build-container-${{matrix.os}} bash -c
79- " cd ${{env.kphp_build_dir}} && echo 'hello world' > demo.php && ${{env.kphp_root_dir}}/objs/bin/kphp2cpp --cxx ${{matrix.compiler}} demo.php && kphp_out/server -o --user kitten"
79+ " cd ${{env.kphp_build_dir}} && echo 'hello world' > demo.php && ${{env.kphp_root_dir}}/objs/bin/kphp2cpp --cxx ${{matrix.compiler}} demo.php && kphp_out/server -o --user kitten --connections 8"
80+ # Manual specifying of `connections` option is caused by some Github internal limitations. Default 65535+16 leads to fail
8081
8182 - name : Polyfills composer install
8283 run : docker exec kphp-build-container-${{matrix.os}} bash -c
Original file line number Diff line number Diff line change 8686
8787 - name : Compile dummy PHP script
8888 run : docker exec kphp-build-container-${{matrix.os}} bash -c
89- " cd ${{env.kphp_build_dir}} && echo 'hello world' > demo.php && ${{env.kphp_root_dir}}/objs/bin/kphp2cpp --cxx ${{matrix.compiler}} demo.php && kphp_out/server -o --user kitten"
89+ " cd ${{env.kphp_build_dir}} && echo 'hello world' > demo.php && ${{env.kphp_root_dir}}/objs/bin/kphp2cpp --cxx ${{matrix.compiler}} demo.php && kphp_out/server -o --user kitten --connections 8"
90+ # Manual specifying of `connections` option is caused by some Github internal limitations. Default 65535+16 leads to fail
9091
9192 - name : Polyfills composer install
9293 run : docker exec kphp-build-container-${{matrix.os}} bash -c
You can’t perform that action at this time.
0 commit comments