Comment alpine test again

This commit is contained in:
Waqar Ahmed Khan
2022-11-03 13:58:38 -07:00
parent 1cb6081301
commit 4360b3d134
+14 -13
View File
@@ -44,7 +44,7 @@ jobs:
phpize phpize
./configure ./configure
make make
# Some tests fail due to Segment fault only on Php 5.5 # Some tests fail due to Segment fault only on Php 5.
# make test # make test
php-linux-x64: php-linux-x64:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@@ -84,18 +84,19 @@ jobs:
./configure ./configure
make make
make test make test
linux-arm:
name: ARM (${{ matrix.arch }}) # linux-arm:
runs-on: ubuntu-latest # name: ARM (${{ matrix.arch }})
strategy: # runs-on: ubuntu-latest
matrix: # strategy:
arch: [armv6, armv7, arm64] # matrix:
steps: # arch: [armv6, armv7, arm64]
- name: Build ${{ env.PACKAGE_NAME }} # steps:
run: | # - name: Build ${{ env.PACKAGE_NAME }}
python3 -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BUILDER_SOURCE }}/${{ env.BUILDER_VERSION }}/builder.pyz?run=${{ env.RUN }}', 'builder')" # run: |
chmod a+x builder # python3 -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BUILDER_SOURCE }}/${{ env.BUILDER_VERSION }}/builder.pyz?run=${{ env.RUN }}', 'builder')"
./builder build -p ${{ env.PACKAGE_NAME }} --target=linux-${{ matrix.arch }} --spec=downstream # chmod a+x builder
# ./builder build -p ${{ env.PACKAGE_NAME }} --target=linux-${{ matrix.arch }} --spec=downstream
# windows-vc16: # windows-vc16:
# runs-on: windows-latest # runs-on: windows-latest
# strategy: # strategy: