Skip to content

Commit

Permalink
debug ci: native build paralleization
Browse files Browse the repository at this point in the history
removing ./run
  • Loading branch information
nexplorer-3e committed Aug 18, 2023
1 parent 2a5887e commit 9f87b59
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,12 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true'
run: |
sudo apt-get install yasm -y
./run init libs libvpx
./run init libs ffmpeg
./run init action boringssl
./run init libs boringssl
sudo apt-get install bison gcc make curl ninja-build -y
./build_libvpx_clang.sh
./build_ffmpeg_clang.sh
./patch_ffmpeg.sh
./patch_boringssl.sh
./build_boringssl.sh
native:
name: Native Build (Telegram)
runs-on: ubuntu-latest
Expand Down Expand Up @@ -137,6 +139,7 @@ jobs:
echo "${{ secrets.B64_SIGNING_KEY }}" | base64 --decode - > TMessagesProj/luvletter2333.jks
echo "${{ secrets.KEYSTORE_PASS }}" > TMessagesProj/priv-signing.properties
sha256sum TMessagesProj/luvletter2333.jks
export NATIVE_TARGET="${{ matrix.flavor }}"
./run libs native
v2ray:
name: Native Build (V2ray)
Expand Down

0 comments on commit 9f87b59

Please sign in to comment.