Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
SRWieZ committed Sep 7, 2024
1 parent a4ab928 commit 18c58bc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/build-macos-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,20 +58,6 @@ jobs:
- name: Composer install
run: composer install --prefer-dist --no-progress --optimize-autoloader

# - id: cache-download
# name: Cached source download
# uses: actions/cache@v3
# with:
# path: downloads
# key: php-${{ env.COMPILE_PHP_VERSION }}-dependencies
#
# - if: steps.cache-download.outputs.cache-hit != 'true'
# name: Fetch php and extensions sources
# run: ./bin/spc download --with-php=${{ env.COMPILE_PHP_VERSION }} --for-extensions=$COMPILE_EXTENSIONS
#
# - name: Build Micro
# run: ./bin/spc build $COMPILE_EXTENSIONS --build-micro

- name: Build Binary
run: ./build.sh --name "${{ env.BINARY_NAME }}"

Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ cd ../
./static-php-cli/bin/spc doctor
./static-php-cli/bin/spc download --with-php="8.3" --for-extensions="dom,phar,zlib" --prefer-pre-built
./static-php-cli/bin/spc switch-php-version "8.3"
./static-php-cli/bin/spc build --build-micro "dom,phar,zlib" --debug
./static-php-cli/bin/spc build --build-micro "dom,phar,zlib"

# Build binary
./static-php-cli/bin/spc micro:combine bin/svgtinyps.phar --output="bin/$binary_name"
Expand Down

0 comments on commit 18c58bc

Please sign in to comment.