Skip to content

Commit

Permalink
ci: repair nix build
Browse files Browse the repository at this point in the history
Specifically, add --no-sandbox to the nix build invocation to work
around cabal. Without this cabal errors out stating it has no http
connection.
  • Loading branch information
doyougnu committed May 2, 2024
1 parent 78144f4 commit fe8ec5c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
- run: nix build -o _build
- run: nix build -o _build --no-sandbox
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
Expand Down
3 changes: 0 additions & 3 deletions src/Measurement_Observation/Binary_Profiling/linux_perf.rst
Original file line number Diff line number Diff line change
Expand Up @@ -290,9 +290,6 @@ defined in ``QSort`` that I have elided.
Inspecting with Perf
--------------------

Awards
^^^^^^

To investigate we'll compile and run the program in ``perf``. Perf is a
statistical profiler that outputs key CPU counters (these counters are called
`PMC
Expand Down

0 comments on commit fe8ec5c

Please sign in to comment.