File tree Expand file tree Collapse file tree 5 files changed +90
-0
lines changed
Expand file tree Collapse file tree 5 files changed +90
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "homepage" : " https://emscripten.org" ,
3+ "maintainers" : [
4+ {
5+ "name" : " Sam Clegg" ,
6+ "email" : " sam@superduper.net" ,
7+ "github" : " sbc100" ,
8+ "github_user_id" : 515813
9+ }
10+ ],
11+ "repository" : [
12+ " github:emscripten-core/emsdk"
13+ ],
14+ "versions" : [],
15+ "yanked_versions" : {}
16+ }
Original file line number Diff line number Diff line change 1+ matrix :
2+ platform :
3+ - debian11
4+ - ubuntu2204
5+ - macos
6+ - macos_arm64
7+ - windows
8+ bazel :
9+ - 7.x
10+ tasks :
11+ verify_targets :
12+ name : Verify build targets
13+ platform : ${{ platform }}
14+ bazel : ${{ bazel }}
15+ build_targets :
16+ - ' @emsdk//hello-world:hello-world-wasm'
17+ - ' @emsdk//hello-world:hello-world-wasm-simd'
18+ bcr_test_module :
19+ module_path : test_external
20+ matrix :
21+ platform :
22+ - debian11
23+ - ubuntu2204
24+ - macos
25+ - macos_arm64
26+ - windows
27+ bazel :
28+ - 7.x
29+ tasks :
30+ run_test_module :
31+ name : Run test module
32+ platform : ${{ platform }}
33+ bazel : ${{ bazel }}
34+ build_targets :
35+ - //:hello-world-wasm
36+ - //long_command_line:long_command_line_wasm
Original file line number Diff line number Diff line change 1+ {
2+ "integrity" : " " ,
3+ "strip_prefix" : " {REPO}-{TAG}/bazel" ,
4+ "url" : " https://github.com/{OWNER}/{REPO}/archive/refs/tags/{TAG}.tar.gz"
5+ }
Original file line number Diff line number Diff line change 1+ # See https://github.com/bazel-contrib/publish-to-bcr#a-note-on-release-automation
2+ # for guidance about whether to uncomment this section:
3+
4+ fixedReleaser :
5+ login : sbc100
6+ email : sam@superduper.net
7+
8+ moduleRoots :
9+ - bazel
Original file line number Diff line number Diff line change 1+ name : Publish to BCR
2+ on :
3+ push :
4+ tags :
5+ - ' *'
6+
7+ jobs :
8+ publish :
9+ uses : bazel-contrib/publish-to-bcr/.github/workflows/publish.yaml@v1.0.0
10+ with :
11+ tag_name : ${{ inputs.tag_name || github.ref_name }}
12+ # see note on Attestation Support
13+ attest : true
14+ # No need to create a draft since PRs are opened by a machine account
15+ draft : false
16+ permissions :
17+ contents : write
18+ # Necessary if attest:true
19+ id-token : write
20+ # Necessary if attest:true
21+ attestations : write
22+ secrets :
23+ # Necessary to push to the BCR fork, and to open a pull request against a registry
24+ publish_token : ${{ secrets.BCR_PUBLISH_TOKEN }}
You can’t perform that action at this time.
0 commit comments