File tree Expand file tree Collapse file tree 4 files changed +33
-1
lines changed
modules/cmake_configure_file Expand file tree Collapse file tree 4 files changed +33
-1
lines changed Original file line number Diff line number Diff line change 1+ module (name = "cmake_configure_file" , version = "0.1.2" )
2+
3+ bazel_dep (name = "platforms" , version = "0.0.10" )
4+ bazel_dep (name = "rules_python" , version = "1.0.0" )
5+
6+ python = use_extension ("@rules_python//python/extensions:python.bzl" , "python" )
7+ python .toolchain (python_version = "3.12" )
8+ use_repo (python , "python_versions" )
Original file line number Diff line number Diff line change 1+ matrix :
2+ platform :
3+ - debian10
4+ - debian11
5+ - ubuntu2004
6+ - ubuntu2204
7+ - ubuntu2404
8+ - macos
9+ - macos_arm64
10+ - windows
11+ bazel : [7.x, 8.x, rolling]
12+ tasks :
13+ verify_targets :
14+ name : Verify build targets
15+ platform : ${{ platform }}
16+ bazel : ${{ bazel }}
17+ build_targets :
18+ - ' @cmake_configure_file'
Original file line number Diff line number Diff line change 1+ {
2+ "url" : " https://github.com/wep21/cmake_configure_file/releases/download/v0.1.2/cmake_configure_file-0.1.2.tar.gz" ,
3+ "strip_prefix" : " cmake_configure_file-0.1.2" ,
4+ "integrity" : " sha256-+NzyGcBfKGQpzRpvLFBFRIw//1+n5D4nCgPQBGQMjUE="
5+ }
Original file line number Diff line number Diff line change 1212 ],
1313 "versions" : [
1414 " 0.1.0" ,
15- " 0.1.1"
15+ " 0.1.1" ,
16+ " 0.1.2"
1617 ],
1718 "yanked_versions" : {}
1819}
You can’t perform that action at this time.
0 commit comments