Skip to content

Instantly share code, notes, and snippets.

@CodaFi
Created January 12, 2021 01:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CodaFi/44b46747c294090020dd3edad0e2e040 to your computer and use it in GitHub Desktop.
Save CodaFi/44b46747c294090020dd3edad0e2e040 to your computer and use it in GitHub Desktop.
# NOTE: You need sccache first - but if you already have it, this'll void your cache.
env SCCACHE_RECACHE=1 caffeinate ./swift/utils/build-script -R --cmake-cxx-launcher (which sccache) --cmake-c-launcher (which sccache) --skip-build-benchmark
@dabrahams
Copy link

This is missing a bunch of dollar signs ($(which ccache))

@dduan
Copy link

dduan commented Jan 14, 2021

No, Dave, it's perfect :)

@dabrahams
Copy link

Oh, fish shell. Gofeesh.

@dabrahams
Copy link

In that case it needs a shebang at least.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment