File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 - name : Build native wolfSSL with AddressSanitizer
4040 uses : wolfSSL/actions-build-autotools-project@v1
4141 with :
42- repository : wolfSSL/wolfssl
43- ref : master
42+ # Point to PR branch until merge
43+ # TODO: Switch back to wolfssl/wolfssl after merge
44+ repository : padelsbach/wolfssl
45+ ref : crl-generation
4446 path : wolfssl
4547 configure : ${{ inputs.wolfssl_configure }} CFLAGS="-fsanitize=address -fno-omit-frame-pointer" LDFLAGS="-fsanitize=address"
4648 check : false
Original file line number Diff line number Diff line change 2121 - name : Clone native wolfSSL
2222 uses : actions/checkout@v4
2323 with :
24- repository : ' wolfssl/wolfssl'
24+ # Point to PR branch until merge
25+ # TODO: Switch back to wolfssl/wolfssl after merge
26+ repository : ' padelsbach/wolfssl'
27+ ref : crl-generation
2528 path : IDE/Android/app/src/main/cpp/wolfssl
2629
2730 # Copy options.h.in to blank options.h
Original file line number Diff line number Diff line change 7575 - name : Build native wolfSSL
7676 uses : wolfSSL/actions-build-autotools-project@v1
7777 with :
78- repository : wolfSSL/wolfssl
79- ref : master
78+ # Point to PR branch until merge
79+ # TODO: Switch back to wolfssl/wolfssl after merge
80+ ref : crl-generation
81+ repository : padelsbach/wolfssl
8082 path : wolfssl
8183 configure : ${{ inputs.wolfssl_configure }}
8284 check : false
Original file line number Diff line number Diff line change 4242 - name : Build native wolfSSL
4343 uses : wolfSSL/actions-build-autotools-project@v1
4444 with :
45- repository : wolfSSL/wolfssl
46- ref : master
45+ # Point to PR branch until merge
46+ # TODO: Switch back to wolfssl/wolfssl after merge
47+ repository : padelsbach/wolfssl
48+ ref : crl-generation
4749 path : wolfssl
4850 configure : ${{ inputs.wolfssl_configure }}
4951 check : false
Original file line number Diff line number Diff line change 2525 - name : Build native wolfSSL
2626 uses : wolfSSL/actions-build-autotools-project@v1
2727 with :
28- repository : wolfSSL/wolfssl
29- ref : master
28+ # Point to PR branch until merge
29+ # TODO: Switch back to wolfssl/wolfssl after merge
30+ repository : padelsbach/wolfssl
31+ ref : crl-generation
3032 path : wolfssl
3133 configure : ${{ inputs.wolfssl_configure }}
3234 check : false
Original file line number Diff line number Diff line change 4040 - name : Build native wolfSSL
4141 uses : wolfSSL/actions-build-autotools-project@v1
4242 with :
43- repository : wolfSSL/wolfssl
44- ref : master
43+ # Point to PR branch until merge
44+ # TODO: Switch back to wolfssl/wolfssl after merge
45+ repository : padelsbach/wolfssl
46+ ref : crl-generation
4547 path : wolfssl
4648 configure : ' --enable-jni --enable-all'
4749 check : false
Original file line number Diff line number Diff line change 3131 strategy :
3232 fail-fast : false
3333 matrix :
34- wolfssl_version : ${{ fromJson(needs.get-stable-releases.outputs.versions) }}
34+ # Test against CRL generation PR
35+ # TODO: Switch back to wolfssl/wolfssl after merge
36+ wolfssl_version : [ 'crl-generation' ]
3537 jdk_version : [ '21' ]
3638 wolfssl_configure : [ '--enable-jni', '--enable-jni --enable-all' ]
3739 name : wolfSSL ${{ matrix.wolfssl_version }} (JDK ${{ matrix.jdk_version }}, ${{ matrix.wolfssl_configure }})
5658 - name : Build native wolfSSL ${{ matrix.wolfssl_version }}
5759 uses : wolfSSL/actions-build-autotools-project@v1
5860 with :
59- repository : wolfSSL/wolfssl
61+ # Point to PR branch until merge
62+ # TODO: Switch back to wolfssl/wolfssl after merge
63+ repository : padelsbach/wolfssl
6064 ref : ${{ matrix.wolfssl_version }}
6165 path : wolfssl
6266 configure : ${{ matrix.wolfssl_configure }}
Original file line number Diff line number Diff line change 3939 - name : Checkout wolfSSL
4040 uses : actions/checkout@v4
4141 with :
42- repository : wolfSSL/wolfssl
43- ref : master
42+ # Point to PR branch until merge
43+ # TODO: Switch back to wolfssl/wolfssl after merge
44+ repository : padelsbach/wolfssl
45+ ref : crl-generation
4446 path : wolfssl
4547
4648 - name : Verify file structure
You can’t perform that action at this time.
0 commit comments