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

Add soft-fail to hls buildkite step #4282

Merged
merged 1 commit into from
Nov 30, 2023
Merged

Conversation

paolino
Copy link
Collaborator

@paolino paolino commented Nov 30, 2023

Hls check is not reliable any more.

I.e checking out a commit like 6a7bfdf40d

git checkout 6a7bfdf

and

nix develop --command bash -c "haskell-language-server lib/wallet/src/Cardano/Wallet.hs"

it passes on my machine and @Unisay 's one but not on buildkite agent
I tried removing hie-bios cache and ghcide on the agents home and removing all clones

rm -rf ~/.cache/ghcide/
rm -rf ~/.cache/hie-bios/
find . -name cardano-wallet | xargs rm -rf

The problem persists

@paolino paolino self-assigned this Nov 30, 2023
@paolino paolino marked this pull request as ready for review November 30, 2023 14:40
@paolino paolino requested a review from Unisay November 30, 2023 14:42
@paolino paolino force-pushed the paolino/let-hls-step-soft-fail branch from b5038c8 to b6e03c6 Compare November 30, 2023 14:57
@paolino paolino added this pull request to the merge queue Nov 30, 2023
Merged via the queue into master with commit 3eb7067 Nov 30, 2023
5 checks passed
@paolino paolino deleted the paolino/let-hls-step-soft-fail branch November 30, 2023 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants