Skip to content

Commit

Permalink
chore: Remove aspect_ names
Browse files Browse the repository at this point in the history
Topic: rm_aspect_names
  • Loading branch information
matte1 committed Apr 26, 2024
1 parent 4d27f29 commit f3b1d9b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

workspace(name = "aspect_gcc_toolchain")
workspace(name = "gcc_toolchain")

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

Expand Down
2 changes: 1 addition & 1 deletion docs/defs.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion toolchain/defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ _FEATURE_ATTRS = {
),
"gcc_toolchain_workspace_name": attr.string(
doc = "The name given to the gcc-toolchain repository, if the default was not used.",
default = "aspect_gcc_toolchain",
default = "gcc_toolchain",
),
"includes": attr.string_list(
doc = "Extra includes for compiling C and C++." +
Expand Down

0 comments on commit f3b1d9b

Please sign in to comment.