# Julia 1.11 ignoring cache file ... since it does not provide desired build\_id

**URL:** https://discourse.julialang.org/t/julia-1-11-ignoring-cache-file-since-it-does-not-provide-desired-build-id/118804
**Category:** Performance
**Tags:** compilation, precompilation
**Created:** [August 30, 2024, 11:14am UTC](https://discourse.julialang.org/t/julia-1-11-ignoring-cache-file-since-it-does-not-provide-desired-build-id/118804 "2024-08-30T11:14:26Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![schlichtanders](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/schlichtanders/32/32145_2.png) [@schlichtanders](https://discourse.julialang.org/u/schlichtanders)
#### Post date: [August 30, 2024, 11:14am UTC](https://discourse.julialang.org/t/julia-1-11-ignoring-cache-file-since-it-does-not-provide-desired-build-id/118804/1 "2024-08-30T11:14:26Z")

</div>

I am trying to cache the .julia/compiled folder, and already switched to using v1.11 rc, but stumbled upon outputs similar to the following

```julia
 Debug: Ignoring cache file /home/jolin_user/.julia/compiled/v1.11/Libgpg_error_jll/oMDEk_Jfb06.ji for Base.PkgId(Base.UUID("7add5ba3-2f88-524e-9cd5-f83b8a55f7b8"), "Libgpg_error_jll") (fafbfcfd-60bb-1c96-0000-003eb83caa4b) since it does not provide desired build_id (fafbfcfd-268e-c8be-0000-0091ac2f4d2e)

```

does anyone know that this is about? and how to prevent it?
