Closed geekact closed 5 months ago
/usr/bin/ld: cannot find ../deps/jemalloc/lib/libjemalloc.a: No such file or directory collect2: error: ld returned 1 exit status make[1]: [Makefile:403: redis-server] Error 1 make: [Makefile:6: all] Error 2
https://github.com/aomex/aomex/actions/runs/9257848596/job/25466815267#step:6:400
I am looking at the GitHub Actions links. I'm confused why test (ubuntu-latest, 20.9.0)
is failing but test (ubuntu-latest, 22.x)
is passing. The Node.js version should make no difference in the redis-server
build process. One difference I see between those two runs is that test (ubuntu-latest, 22.x)
spends 2 minutes on the pnpm install
step, while test (ubuntu-latest, 20.9.0)
spends only 2 seconds on it. Maybe something is cached incorrectly?
The job run succeed after deleting pnpm caches, and failed when re-run same job.
remove caches -> re-run -> OK -> re-run -> FAIL
That seems like an issue with your GitHub Actions caching configuration. Not sure how I can help.
These logs may help you
node@20.x pnpm@9.x ubuntu@latest github actions
More information can view here: https://github.com/aomex/aomex/actions/runs/9244172932/job/25429397321