Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tf-build
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Benedikt Wildenhain
tf-build
Commits
4058746c
Commit
4058746c
authored
Apr 29, 2022
by
Austin Anderson
Browse files
Options
Downloads
Patches
Plain Diff
Rollback bats
parent
33f4fbfd
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
tf_sig_build_dockerfiles/Dockerfile
+2
-1
2 additions, 1 deletion
tf_sig_build_dockerfiles/Dockerfile
with
2 additions
and
1 deletion
tf_sig_build_dockerfiles/Dockerfile
+
2
−
1
View file @
4058746c
...
@@ -35,11 +35,12 @@ RUN /setup.sources.sh && /setup.packages.sh /devel.packages.txt && /setup.cuda.s
...
@@ -35,11 +35,12 @@ RUN /setup.sources.sh && /setup.packages.sh /devel.packages.txt && /setup.cuda.s
# Install various tools.
# Install various tools.
# - bats: bash unit testing framework
# - bats: bash unit testing framework
# NOTE: v1.6.0 seems to have a bug that made "git" in setup_file break
# - bazelisk: always use the correct bazel version
# - bazelisk: always use the correct bazel version
# - buildifier: clean bazel build deps
# - buildifier: clean bazel build deps
# - buildozer: clean bazel build deps
# - buildozer: clean bazel build deps
# - gcloud SDK: communicate with Google Cloud Platform (GCP) for RBE, CI
# - gcloud SDK: communicate with Google Cloud Platform (GCP) for RBE, CI
RUN
git clone
--branch
v1.
6
.0 https://github.com/bats-core/bats-core.git
&&
bats-core/install.sh /usr/local
&&
rm
-rf
bats-core
RUN
git clone
--branch
v1.
5
.0 https://github.com/bats-core/bats-core.git
&&
bats-core/install.sh /usr/local
&&
rm
-rf
bats-core
RUN
wget https://github.com/bazelbuild/bazelisk/releases/download/v1.11.0/bazelisk-linux-amd64
-O
/usr/local/bin/bazel
&&
chmod
+x /usr/local/bin/bazel
RUN
wget https://github.com/bazelbuild/bazelisk/releases/download/v1.11.0/bazelisk-linux-amd64
-O
/usr/local/bin/bazel
&&
chmod
+x /usr/local/bin/bazel
RUN
wget https://github.com/bazelbuild/buildtools/releases/download/3.5.0/buildifier
-O
/usr/local/bin/buildifier
&&
chmod
+x /usr/local/bin/buildifier
RUN
wget https://github.com/bazelbuild/buildtools/releases/download/3.5.0/buildifier
-O
/usr/local/bin/buildifier
&&
chmod
+x /usr/local/bin/buildifier
RUN
wget https://github.com/bazelbuild/buildtools/releases/download/3.5.0/buildozer
-O
/usr/local/bin/buildozer
&&
chmod
+x /usr/local/bin/buildozer
RUN
wget https://github.com/bazelbuild/buildtools/releases/download/3.5.0/buildozer
-O
/usr/local/bin/buildozer
&&
chmod
+x /usr/local/bin/buildozer
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment