Skip to content

Commit

Permalink
ios: re-enable profiling builds in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-abrar committed Jan 6, 2022
1 parent 90f0589 commit d98a77b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions release.nix
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,10 @@ let
} // lib.optionalAttrs (reflex-platform.iosSupport) {
inherit (reflex-platform) iosReflexTodomvc;
inherit (reflex-platform) iosReflexTodomvc-8_6;
inherit (reflex-platform) iosReflexTodomvc-8_10;
inherit (reflex-platform) iosSimulatorReflexTodomvc;
skeleton-test-project-ios = skeleton-test.project.ios;
} // lib.optionalAttrs (reflex-platform.iosSupport && variant == "unprofiled") {
# TODO fix GHC 8.10 profiling on iOS
# Only allow on iOS building with GHC 8.10 in unprofiled mode
inherit (reflex-platform) iosReflexTodomvc-8_10;
} // drvListToAttrs otherDeps
# TODO fix GHCJS profiling builds
} // drvListToAttrs otherDeps
# // drvListToAttrs (lib.filter lib.isDerivation reflex-platform.cachePackages)
;
in packages // {
Expand Down

0 comments on commit d98a77b

Please sign in to comment.