Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] Update Nix toolbox #1139

Merged
merged 1 commit into from
Jan 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/nix-action-8.15.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,10 @@ name: Nix CI for bundle 8.15
'on':
pull_request:
paths:
- .github/workflows/**
- .github/workflows/nix-action-8.15.yml
pull_request_target:
paths-ignore:
- .github/workflows/nix-action-8.15.yml
types:
- opened
- synchronize
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/nix-action-8.16.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,10 @@ name: Nix CI for bundle 8.16
'on':
pull_request:
paths:
- .github/workflows/**
- .github/workflows/nix-action-8.16.yml
pull_request_target:
paths-ignore:
- .github/workflows/nix-action-8.16.yml
types:
- opened
- synchronize
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/nix-action-8.17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,10 @@ name: Nix CI for bundle 8.17
'on':
pull_request:
paths:
- .github/workflows/**
- .github/workflows/nix-action-8.17.yml
pull_request_target:
paths-ignore:
- .github/workflows/nix-action-8.17.yml
types:
- opened
- synchronize
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/nix-action-8.18.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,10 @@ name: Nix CI for bundle 8.18
'on':
pull_request:
paths:
- .github/workflows/**
- .github/workflows/nix-action-8.18.yml
pull_request_target:
paths-ignore:
- .github/workflows/nix-action-8.18.yml
types:
- opened
- synchronize
Expand Down
9 changes: 8 additions & 1 deletion .github/workflows/nix-action-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ jobs:
mathcomp:
needs:
- coq
- hierarchy-builder
runs-on: ubuntu-latest
steps:
- name: Determine which commit to initially checkout
Expand Down Expand Up @@ -227,6 +228,10 @@ jobs:
name: 'Building/fetching previous CI target: mathcomp-character'
run: NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle "master"
--argstr job "mathcomp-character"
- if: steps.stepCheck.outputs.status == 'built'
name: 'Building/fetching previous CI target: hierarchy-builder'
run: NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle "master"
--argstr job "hierarchy-builder"
- if: steps.stepCheck.outputs.status == 'built'
name: Building/fetching current CI target
run: NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle "master"
Expand Down Expand Up @@ -492,8 +497,10 @@ name: Nix CI for bundle master
'on':
pull_request:
paths:
- .github/workflows/**
- .github/workflows/nix-action-master.yml
pull_request_target:
paths-ignore:
- .github/workflows/nix-action-master.yml
types:
- opened
- synchronize
Expand Down
2 changes: 1 addition & 1 deletion .nix/coq-nix-toolbox.nix
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"cef6668e637efb2941cbda0ac0f0a435730fa3c1"
"7e631f043d424ce82f3308824bf64fbfdee04c80"
Loading