File tree Expand file tree Collapse file tree 1 file changed +0
-32
lines changed Expand file tree Collapse file tree 1 file changed +0
-32
lines changed Original file line number Diff line number Diff line change 4949          name : wheels-linux-${{ matrix.platform.target }} 
5050          path : dist 
5151
52-   musllinux :
53-     runs-on : ubuntu-22.04 
54-     strategy :
55-       matrix :
56-         platform :
57-           - target : x86_64 
58-             duckdb-slug : amd64 
59-           - target : aarch64 
60-             duckdb-slug : aarch64 
61-     steps :
62-       - uses : actions/checkout@v4 
63-       - uses : astral-sh/setup-uv@v5 
64-       - name : Install Pythons 
65-         run : uv python install 3.10 
66-       - name : Build wheels 
67-         uses : PyO3/maturin-action@v1 
68-         with :
69-           target : ${{ matrix.platform.target }} 
70-           args : --release --out dist -i 3.10 --auditwheel check 
71-           sccache : ${{ !startsWith(github.ref, 'refs/tags/') }} 
72-           manylinux : musllinux_1_2 
73-           before-script-linux : | 
74-             sudo apt-get install unzip 
75-             curl -L -O https://github.com/duckdb/duckdb/releases/download/v1.2.0/libduckdb-linux-${{ matrix.platform.duckdb-slug }}.zip 
76-             unzip libduckdb-linux-${{ matrix.platform.duckdb-slug }}.zip -d /opt/duckdb 
77-             export DUCKDB_LIB_DIR=/opt/duckdb 
78-        - name : Upload wheels 
79-         uses : actions/upload-artifact@v4 
80-         with :
81-           name : wheels-musllinux-${{ matrix.platform.target }} 
82-           path : dist 
83- 
8452  macos :
8553    runs-on : ${{ matrix.platform.runner }} 
8654    strategy :
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments