mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 13:29:12 +00:00 
			
		
		
		
	Merge pull request #4515 from RCoeurjoly/nix_on_macos
Run nix build also on macos. Build with more logs
This commit is contained in:
		
						commit
						9de534892e
					
				
					 1 changed files with 6 additions and 2 deletions
				
			
		
							
								
								
									
										8
									
								
								.github/workflows/extra-builds.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/extra-builds.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -86,7 +86,11 @@ jobs:
 | 
				
			||||||
    name: "Build nix flake"
 | 
					    name: "Build nix flake"
 | 
				
			||||||
    needs: pre_job
 | 
					    needs: pre_job
 | 
				
			||||||
    if: needs.pre_job.outputs.should_skip != 'true'
 | 
					    if: needs.pre_job.outputs.should_skip != 'true'
 | 
				
			||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: ${{ matrix.os }}
 | 
				
			||||||
 | 
					    strategy:
 | 
				
			||||||
 | 
					      matrix:
 | 
				
			||||||
 | 
					        os: [ubuntu-latest, macos-latest]
 | 
				
			||||||
 | 
					      fail-fast: false
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@v4
 | 
					      - uses: actions/checkout@v4
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
| 
						 | 
					@ -94,4 +98,4 @@ jobs:
 | 
				
			||||||
      - uses: cachix/install-nix-action@v26
 | 
					      - uses: cachix/install-nix-action@v26
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          install_url: https://releases.nixos.org/nix/nix-2.18.1/install
 | 
					          install_url: https://releases.nixos.org/nix/nix-2.18.1/install
 | 
				
			||||||
      - run: nix build .?submodules=1
 | 
					      - run: nix build .?submodules=1 -L
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue