File tree Expand file tree Collapse file tree 2 files changed +47
-17
lines changed Expand file tree Collapse file tree 2 files changed +47
-17
lines changed Original file line number Diff line number Diff line change @@ -64,23 +64,6 @@ linux_container_snippet: &LINUX_CONTAINER
6464    #  More than enough for our scripts.
6565    memory : 2G 
6666
67- task :
68-   name : " s390x (big-endian): Linux (Debian stable, QEMU)" 
69-   <<  : *LINUX_CONTAINER 
70-   env :
71-     WRAPPER_CMD : qemu-s390x 
72-     SECP256K1_TEST_ITERS : 16 
73-     HOST : s390x-linux-gnu 
74-     WITH_VALGRIND : no 
75-     ECDH : yes 
76-     RECOVERY : yes 
77-     SCHNORRSIG : yes 
78-     ELLSWIFT : yes 
79-     CTIMETESTS : no 
80-   test_script :
81-     - ./ci/ci.sh 
82-   <<  : *CAT_LOGS 
83- 
8467task :
8568  name : " ARM32: Linux (Debian stable, QEMU)" 
8669  <<  : *LINUX_CONTAINER 
Original file line number Diff line number Diff line change @@ -177,6 +177,53 @@ jobs:
177177        run : env 
178178        if : ${{ always() }} 
179179
180+   s390x_debian :
181+     name : " s390x (big-endian): Linux (Debian stable, QEMU)" 
182+     runs-on : ubuntu-latest 
183+     needs : docker_cache 
184+ 
185+     env :
186+       WRAPPER_CMD : ' qemu-s390x' 
187+       SECP256K1_TEST_ITERS : 16 
188+       HOST : ' s390x-linux-gnu' 
189+       WITH_VALGRIND : ' no' 
190+       ECDH : ' yes' 
191+       RECOVERY : ' yes' 
192+       SCHNORRSIG : ' yes' 
193+       ELLSWIFT : ' yes' 
194+       CTIMETESTS : ' no' 
195+ 
196+     steps :
197+       - name : Checkout 
198+         uses : actions/checkout@v3 
199+ 
200+       - name : CI script 
201+         uses : ./.github/actions/run-in-docker-action 
202+         with :
203+           dockerfile : ./ci/linux-debian.Dockerfile 
204+           tag : linux-debian-image 
205+           command : > 
206+             git config --global --add safe.directory ${{ github.workspace }} && 
207+             ./ci/ci.sh 
208+ 
209+ run : cat tests.log || true 
210+         if : ${{ always() }} 
211+       - run : cat noverify_tests.log || true 
212+         if : ${{ always() }} 
213+       - run : cat exhaustive_tests.log || true 
214+         if : ${{ always() }} 
215+       - run : cat ctime_tests.log || true 
216+         if : ${{ always() }} 
217+       - run : cat bench.log || true 
218+         if : ${{ always() }} 
219+       - run : cat config.log || true 
220+         if : ${{ always() }} 
221+       - run : cat test_env.log || true 
222+         if : ${{ always() }} 
223+       - name : CI env 
224+         run : env 
225+         if : ${{ always() }} 
226+ 
180227  mingw_debian :
181228    name : ${{ matrix.configuration.job_name }} 
182229    runs-on : ubuntu-latest 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments