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

WIP: Fix hie-bios test suite #75869

Closed
wants to merge 4 commits into from

Conversation

turion
Copy link
Contributor

@turion turion commented Dec 18, 2019

@peti I tried to fix the hie-bios test suite, see haskell/hie-bios#107. It needs the stack and cabal executables in path. But they need to access directories ~/.stack and ~/.cabal, so I guess we need to mkdir them before the checkPhase? I'm not sure where to do that.

@turion
Copy link
Contributor Author

turion commented Dec 18, 2019

Typical build errors:

    simple-cabal:              FAIL (0.07s)
      Finding Cradle
      Loading Cradle
      Initialise Flags (0.07s)
        Failed to parse result of calling cabal
        Config file path source is default config file.
        Config file /homeless-shelter/.cabal/config not found.
        Writing default configuration to /homeless-shelter/.cabal/config

        /homeless-shelter: createDirectory: permission denied (Permission denied)

@cdepillabout
Copy link
Member

@turion I think just disabling the tests for now should be the simplest option.

@peti peti force-pushed the haskell-updates branch 5 times, most recently from aa46cdd to fdd64fb Compare December 27, 2019 19:37
@peti
Copy link
Member

peti commented Jan 1, 2020

@ I guess we need to mkdir them before the checkPhase? I'm not sure where to do that.

preCheck = "HOME=$PWD/tmp-home-dir"

might work.

@peti peti force-pushed the haskell-updates branch 13 times, most recently from 92d2899 to 5011d9e Compare January 10, 2020 19:54
@peti peti force-pushed the haskell-updates branch 2 times, most recently from d060d81 to c90c206 Compare October 23, 2020 19:00
@peti peti force-pushed the haskell-updates branch 3 times, most recently from 87295a3 to e240cce Compare November 6, 2020 19:25
@peti peti force-pushed the haskell-updates branch 4 times, most recently from 82a05ac to 7d050d4 Compare November 13, 2020 20:33
@peti peti force-pushed the haskell-updates branch 3 times, most recently from 0cf6d0c to c55cdb4 Compare November 20, 2020 19:57
@peti peti force-pushed the haskell-updates branch 4 times, most recently from e6cf312 to 2fc326d Compare December 4, 2020 19:54
@peti peti force-pushed the haskell-updates branch 3 times, most recently from 2c7ad11 to 0e5f7e8 Compare December 18, 2020 19:28
@peti peti force-pushed the haskell-updates branch 3 times, most recently from ba32886 to c9e5a3f Compare January 2, 2021 18:58
@peti peti force-pushed the haskell-updates branch 2 times, most recently from a0a57d7 to 952ebcf Compare January 22, 2021 19:34
@peti peti force-pushed the haskell-updates branch 3 times, most recently from 36d8f4b to 0b62665 Compare February 5, 2021 22:21
@turion turion closed this Feb 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants