File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 2929 name : ' SSL'
3030
3131 runs-on : ubuntu-latest
32- container : i386/ubuntu
32+ container :
33+ image : i386/ubuntu
34+ options : --privileged
3335
3436 name : >-
3537 Ubuntu-i386
3941 - name : Install Necessary Packages
4042 run : |
4143 apt-get update
42- apt-get install -y build-essential cmake curl git libssl-dev maven net-tools openjdk-11-jre-headless
44+ apt-get install -y build-essential cmake curl git libssl-dev maven net-tools openjdk-11-jre-headless gdb
4345
4446 - name : Make sure the target architecture is 32 bit
4547 run : |
8082 AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
8183 HZ_TEST_AWS_INSTANCE_PRIVATE_IP : ${{ secrets.HZ_TEST_AWS_INSTANCE_PRIVATE_IP }}
8284 run : |
85+ ulimit -c unlimited
86+ echo 'core' > /proc/sys/kernel/core_pattern
87+ echo '1' > /proc/sys/kernel/core_uses_pid
88+
8389 ./scripts/test-unix.sh
8490
8591 - name : Verify Installation
Original file line number Diff line number Diff line change 3838 - name : Install Necessary Packages
3939 run : |
4040 sudo apt-get update
41- sudo apt-get install -y net-tools libssl-dev
41+ sudo apt-get install -y net-tools libssl-dev gdb
4242
4343 - uses : actions/checkout@v2
4444
7272 AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
7373 HZ_TEST_AWS_INSTANCE_PRIVATE_IP : ${{ secrets.HZ_TEST_AWS_INSTANCE_PRIVATE_IP }}
7474 run : |
75+ ulimit -c unlimited
76+ sudo sh -c "echo 'core' > /proc/sys/kernel/core_pattern"
77+ sudo sh -c "echo '1' > /proc/sys/kernel/core_uses_pid"
78+
7579 ./scripts/test-unix.sh
7680
7781 - name : Verify Installation
You can’t perform that action at this time.
0 commit comments