Mercurial
comparison mrjunejune/BUILD @ 234:1de6f553cbc0
[resume] Add Microsoft Member of Technical Staff role
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Sun, 02 Aug 2026 18:27:15 -0700 |
| parents | e5aed6c36672 |
| children | 9c2eec61a152 |
comparison
equal
deleted
inserted
replaced
| 233:d27054a14579 | 234:1de6f553cbc0 |
|---|---|
| 1 load("@rules_cc//cc:cc_binary.bzl", "cc_binary") | 1 load("@rules_cc//cc:cc_binary.bzl", "cc_binary") |
| 2 load("@rules_cc//cc:cc_library.bzl", "cc_library") | 2 load("@rules_cc//cc:cc_library.bzl", "cc_library") |
| 3 load("@rules_shell//shell:sh_binary.bzl", "sh_binary") | |
| 3 load("//gui_ze:gui_ze.bzl", "move_files_into_dir", "bundle") | 4 load("//gui_ze:gui_ze.bzl", "move_files_into_dir", "bundle") |
| 4 | 5 |
| 5 # Files | 6 # Files |
| 6 move_files_into_dir( | 7 move_files_into_dir( |
| 7 name = "react_pages", | 8 name = "react_pages", |
| 132 | 133 |
| 133 bundle( | 134 bundle( |
| 134 name = "mrjunejune_server_debug_bundle", | 135 name = "mrjunejune_server_debug_bundle", |
| 135 binary = ":mrjunejune_server_debug", | 136 binary = ":mrjunejune_server_debug", |
| 136 ) | 137 ) |
| 138 | |
| 139 sh_binary( | |
| 140 name = "generate_resume_pdf", | |
| 141 srcs = ["generate_resume_pdf.sh"], | |
| 142 data = [ | |
| 143 ":mrjunejune_server", | |
| 144 "@bazel_tools//tools/bash/runfiles", | |
| 145 "@playwright_chromium_linux//:chrome", | |
| 146 "@playwright_chromium_linux//:chromium", | |
| 147 ], | |
| 148 ) |