load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "rules_pkg", urls = [ "https://mirror.bazel.build/github.com/bazelbuild/rules_pkg/releases/download/0.9.1/rules_pkg-0.9.1.tar.gz", "https://github.com/bazelbuild/rules_pkg/releases/download...
load("@rules_pkg//pkg:tar.bzl", "pkg_tar") load("//scripts:jekyll.bzl", "jekyll_build") # Required to move the file from the external repo's execroot location 12 changes: 12 additions & 0 deletions 12 WORKSPACE Original file line numberDiff line numberDiff line change @@ -14,3...
./eslint-local-rules/index.js require("ts-node").register({transpileOnly:true,compilerOptions: {module:"commonjs", }, });module.exports =require("./rules").default; ./eslint-local-rules/rules.ts importtype{ Rule }from"eslint";exportdefault{"disallow-identifiers": { meta: { docs: { ...
eslint-find-rules --option As arequired module vargetRuleFinder =require('./eslint-find-rules')varruleFinder = getRuleFinder('path/to/eslint-config')// default to the `main` in your `package.json`// var ruleFinder = await getRuleFinder()// get all the current, plugin, available and un...
Every culture is riddled with unwritten rules,such as ones on punctuality(守时).I'm British.Soon after moving to Switzerland,I (1) threw(throw)a house-warming party and was greatly surprised when all 30 guests showed up (2) exactly(
Shenzhen one stop services projects pcb design rules Product Description Fastline PCB's aim Customer Satisfaction is Always Our First Priority! *Quality Policy *Top Quality and high efficiency *Improve continuously *Achieve customer's satisfaction *Layers: 1-22 *Base material...
rules_pkgupdate docs Build #2842aiuto:tar_runfiles7d01fb2 (Pull Request #754) Passed in 58ssetup 🚨 Emergency 🚨 tests (rolling_ubuntu) on 18.04 LTS (OpenJDK 11, gcc 7.5.0) tests (rolling_ubuntu_bzlmod) on 18.04 LTS (OpenJDK 11, gcc 7.5.0) tests (rolling_windows) on (OpenJDK...
使用dep init生成Gopkg.lock文件,并将以下规则添加到您的WORKSPACE文件中: http_archive ( name = "com_github_scele_rules_go_dep" , urls = [ "https://github.com/scele/rules_go_dep/archive/4aa1bd3550191b39abded31bcf06d233b67fa8bb.tar.gz" ], strip_prefix = "rules_go_dep-4aa1bd3550191b3...
When a directory is created using pkg_mkdirs, it seems that pkg_tar does not apply the prefix to it. Application of the prefix happens through normalize_path: rules_pkg/pkg/private/tar/build_tar.py Lines 65 to 75 in ff60b34 def normalize...
Hi, I'd like to release some of my cc_library as prebuilt libraries (using .tar or .zip file) right now, when using pkg_tar on a cc_library, the .tar file only contains the .a / .so files. Is it possible to also have all the public heade...