Skip to content
Snippets Groups Projects
Commit 5dfd937c authored by Alexandre Strube's avatar Alexandre Strube
Browse files

eb -check-style

parent 72153664
No related branches found
No related tags found
No related merge requests found
...@@ -12,9 +12,7 @@ toolchain = {'name': 'GCCcore', 'version': '9.3.0'} ...@@ -12,9 +12,7 @@ toolchain = {'name': 'GCCcore', 'version': '9.3.0'}
source_urls = ['https://github.com/bazelbuild/bazel/releases/download/%(version)s'] source_urls = ['https://github.com/bazelbuild/bazel/releases/download/%(version)s']
sources = ['%(namelower)s-%(version)s-dist.zip'] sources = ['%(namelower)s-%(version)s-dist.zip']
builddependencies = [ builddependencies = [('binutils', '2.34')]
('binutils', '2.34'),
]
dependencies = [('Java', '1.8', '', True)] dependencies = [('Java', '1.8', '', True)]
prebuildopts = 'BAZEL_LINKOPTS="-static-libstdc++ -static-libgcc" ' prebuildopts = 'BAZEL_LINKOPTS="-static-libstdc++ -static-libgcc" '
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment