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

Fix for issue #5551 #6126

Merged
merged 1 commit into from
Sep 26, 2022
Merged

Fix for issue #5551 #6126

merged 1 commit into from
Sep 26, 2022

Conversation

jespercockx
Copy link
Member

No description provided.

@andreasabel
Copy link
Member

Weird CI failure: https://github.com/agda/agda/actions/runs/3113139169/jobs/5048018977#step:9:34

+out > Compilation error:
+out > MAlonzo/RTE.o.tmp: renameFile:renamePath:rename: does not exist (No such file or directory)

Maybe bump the cache:

key: ${{ runner.os }}-stack-01-${{ needs.build.outputs.stack-ver }}-${{ hashFiles('stack.yaml') }}-${{ hashFiles('stack.yaml.lock') }}

@jespercockx
Copy link
Member Author

How does one "bump the cache"? What cache are we talking about?

@andreasabel
Copy link
Member

How does one "bump the cache"? What cache are we talking about?

The CI cache. Bumping would mean to modify in the quoted line 01 towards something else, like 02. (To have an effect, also make -C .github/workflows.)

@jespercockx
Copy link
Member Author

Just rerunning the tests seems to have fixed the issue. There is still the timeout on windows-latest, but this seems to be happening on every PR currently so I am going to assume it is not anything specific to this one.

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.

Internal error caused by abstracting variables Panic when showing module contents with pattern synonym
2 participants