Skip to content

Commit a7d092f

Browse files
committed
Cleanup comment
1 parent 0c15ef2 commit a7d092f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/build_api/BuildConfig.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,8 +297,7 @@ function deploy(config::BuildConfig; verbose::Bool = false, deploy_root::String
297297
# Ensure the `config` has been prepared
298298
prepare(config; verbose)
299299

300-
# This is the temporary directory into which we will unpack/deploy sources,
301-
# run the actual build itself, etc...
300+
# Assemble mounts into this dictionary
302301
mounts = Dict{String,MountInfo}(
303302
"/" => MountInfo(Sandbox.debian_rootfs(;platform = get_host_target_spec(config).platform.host), MountType.Overlayed),
304303
"/var/cache/ccache" => MountInfo(ccache_cache(), MountType.ReadWrite),

0 commit comments

Comments
 (0)