Skip to content

Commit f3b1d9b

Browse files
committed
chore: Remove aspect_ names
Topic: rm_aspect_names
1 parent 4d27f29 commit f3b1d9b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

WORKSPACE

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# See the License for the specific language governing permissions and
1616
# limitations under the License.
1717

18-
workspace(name = "aspect_gcc_toolchain")
18+
workspace(name = "gcc_toolchain")
1919

2020
load("//toolchain:repositories.bzl", "gcc_toolchain_dependencies")
2121

docs/defs.md

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

toolchain/defs.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ _FEATURE_ATTRS = {
110110
),
111111
"gcc_toolchain_workspace_name": attr.string(
112112
doc = "The name given to the gcc-toolchain repository, if the default was not used.",
113-
default = "aspect_gcc_toolchain",
113+
default = "gcc_toolchain",
114114
),
115115
"includes": attr.string_list(
116116
doc = "Extra includes for compiling C and C++." +

0 commit comments

Comments
 (0)