Skip to content

Commit

Permalink
nix: avoid SIGTRAP on macos in pinocchio-example-py-casadi-quadrotor-ocp
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Sep 16, 2024
1 parent 0c7de8a commit a2cd168
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
packages = {
default = self'.packages.pinocchio;
pinocchio = pkgs.python3Packages.pinocchio.overrideAttrs (_: {
# avoid SIGTRAP on macos github runners in pinocchio-example-py-casadi-quadrotor-ocp
enableParallelChecking = pkgs.stdenv.isLinux;
src = pkgs.lib.fileset.toSource {
root = ./.;
fileset = pkgs.lib.fileset.unions [
Expand Down

0 comments on commit a2cd168

Please sign in to comment.