Skip to content

Commit

Permalink
Revert "add temp CI job to test syspolicy impact (#127)" (#154)
Browse files Browse the repository at this point in the history
This reverts commit 94082a2.
  • Loading branch information
abathur authored Aug 31, 2020
1 parent a6983c6 commit ccc14bf
Showing 1 changed file with 0 additions and 34 deletions.
34 changes: 0 additions & 34 deletions .github/workflows/nix-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,37 +51,3 @@ jobs:
name: smos
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
- run: nix-build default.nix
macos_perf_test:
name: macos_perf_test / Nix
runs-on: macos-latest
steps:
- name: Disable syspolicy assessments
run: |
spctl --status
sudo spctl --master-disable
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v8
- name: free disk space
run: |
if [[ "${{matrix.os}}" == "ubuntu-latest" ]]
then
sudo rm -rf /opt
fi
- uses: cachix/cachix-action@v6
with:
name: validity
- uses: cachix/cachix-action@v6
with:
name: cursor
- uses: cachix/cachix-action@v6
with:
name: mergeful
- uses: cachix/cachix-action@v6
with:
name: yamlparse
- uses: cachix/cachix-action@v6
with:
name: smos
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
- run: nix-build default.nix

0 comments on commit ccc14bf

Please sign in to comment.