Skip to content

Instantly share code, notes, and snippets.

@jin
Last active August 12, 2018 21:07
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 jin/085ef276480070a547bfae7edb6fa59e to your computer and use it in GitHub Desktop.
Save jin/085ef276480070a547bfae7edb6fa59e to your computer and use it in GitHub Desktop.
bazel aquery //main:hello-world --noimplicit_deps --output=text
action 'Compiling main/hello-world.cc'
Mnemonic: CppCompile
Owner: //main:hello-world
Configuration: darwin-fastbuild
ActionKey: 3ffd28bdc51685c24941885b8ac01f22
Inputs: [external/bazel_tools/tools/cpp/grep-includes.sh, external/local_config_cc/cc_wrapper.sh, external/local_config_cc/libtool, external/local_config_cc/make_hashed_objlist.py, external/local_config_cc/wrapped_ar, external/local_config_cc/wrapped_clang, external/local_config_cc/wrapped_clang_pp, external/local_config_cc/xcrunwrapper.sh, main/hello-world.cc]
Outputs: [bazel-out/darwin-fastbuild/bin/main/_objs/hello-world/hello-world.d, bazel-out/darwin-fastbuild/bin/main/_objs/hello-world/hello-world.o]
action 'Linking main/hello-world'
Mnemonic: CppLink
Owner: //main:hello-world
Configuration: darwin-fastbuild
ActionKey: 0d6718169b1306fa5c2b136d97eb14ec
Inputs: [bazel-out/darwin-fastbuild/bin/main/_objs/hello-world/hello-world.o, bazel-out/host/internal/_middlemen/external_Slocal_Uconfig_Ucc_Cosx_Utools_Udarwin_Ux86_U64]
Outputs: [bazel-out/darwin-fastbuild/bin/main/hello-world]
action 'Stripping main/hello-world.stripped for //main:hello-world'
Mnemonic: CcStrip
Owner: //main:hello-world
Configuration: darwin-fastbuild
ActionKey: b556e8433d965bfd8d46d45fce894392
Inputs: [bazel-out/darwin-fastbuild/bin/main/hello-world, bazel-out/host/internal/_middlemen/external_Slocal_Uconfig_Ucc_Cosx_Utools_Udarwin_Ux86_U64]
Outputs: [bazel-out/darwin-fastbuild/bin/main/hello-world.stripped]
Environment: []
Command Line: (exec /usr/bin/strip \
-S \
-o \
bazel-out/darwin-fastbuild/bin/main/hello-world.stripped \
bazel-out/darwin-fastbuild/bin/main/hello-world)
action 'Writing file main/hello-world.dwp'
Mnemonic: FileWrite
Owner: //main:hello-world
Configuration: darwin-fastbuild
ActionKey: f687a4bdb77c9af2e0b394cb161c859d
Inputs: []
Outputs: [bazel-out/darwin-fastbuild/bin/main/hello-world.dwp]
action 'Creating source manifest for //main:hello-world'
Mnemonic: SourceSymlinkManifest
Owner: //main:hello-world
Configuration: darwin-fastbuild
ActionKey: dc3f9b453faf14de2c54b63b4d5f023d
Inputs: []
Outputs: [bazel-out/darwin-fastbuild/bin/main/hello-world.runfiles_manifest]
action 'Creating runfiles tree bazel-out/darwin-fastbuild/bin/main/hello-world.runfiles'
Mnemonic: SymlinkTree
Owner: //main:hello-world
Configuration: darwin-fastbuild
ActionKey: 682f8a2ad40adc8d96d9cb88d6399a3a
Inputs: [bazel-out/darwin-fastbuild/bin/main/hello-world.runfiles_manifest]
Outputs: [bazel-out/darwin-fastbuild/bin/main/hello-world.runfiles/MANIFEST]
runfiles for //main:hello-world
Mnemonic: Middleman
Owner: //main:hello-world
Configuration: darwin-fastbuild
ActionKey: ed71ccafab017ac4c0a29d2de02ab213
Inputs: [bazel-out/darwin-fastbuild/bin/main/hello-world, bazel-out/darwin-fastbuild/bin/main/hello-world.runfiles/MANIFEST]
Outputs: [bazel-out/darwin-fastbuild/internal/_middlemen/main_Shello-world-runfiles]
action 'Creating file sources list for //main:hello-world'
Mnemonic: PackagingSourcesManifest
Owner: //main:hello-world
Configuration: darwin-fastbuild
ActionKey: dc3f9b453faf14de2c54b63b4d5f023d
Inputs: []
Outputs: [bazel-out/darwin-fastbuild/bin/main/hello-world.runfiles.SOURCES]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment