mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
ci(ENG-21502): Fix sccache not working inside Docker (#24597)
This commit is contained in:
@@ -1392,6 +1392,10 @@ create_buildkite_user() {
|
||||
create_file "$file"
|
||||
done
|
||||
|
||||
# The following is necessary to configure buildkite to use a stable
|
||||
# checkout directory. sccache hashes absolute paths into its cache keys,
|
||||
# so if buildkite uses a different checkout path each time (which it does
|
||||
# by default), sccache will be useless.
|
||||
local opts=$-
|
||||
set -ef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user