Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Sleuthkit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IRT
Sleuthkit
Commits
28753e4b
Commit
28753e4b
authored
4 years ago
by
Greg DiCristofaro
Browse files
Options
Downloads
Patches
Plain Diff
diagnostic test
parent
5a4db307
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.travis.yml
+1
-1
1 addition, 1 deletion
.travis.yml
travis_install_libs.sh
+3
-0
3 additions, 0 deletions
travis_install_libs.sh
with
4 additions
and
1 deletion
.travis.yml
+
1
−
1
View file @
28753e4b
...
@@ -58,7 +58,7 @@ before_script:
...
@@ -58,7 +58,7 @@ before_script:
fi
fi
-
if [ $TRAVIS_OS_NAME = "osx" ]; then
-
if [ $TRAVIS_OS_NAME = "osx" ]; then
export PATH=${PATH}:/usr/local/opt/gettext/bin;
export PATH=${PATH}:/usr/local/opt/gettext/bin;
brew uninstall java --force;
brew uninstall java --force
--ignore-dependencies
;
brew cask uninstall java --force;
brew cask uninstall java --force;
fi
fi
...
...
This diff is collapsed.
Click to expand it.
travis_install_libs.sh
+
3
−
0
View file @
28753e4b
...
@@ -16,3 +16,6 @@ installLib() {
...
@@ -16,3 +16,6 @@ installLib() {
installLib libvhdi 20201018
installLib libvhdi 20201018
installLib libvmdk 20200926
installLib libvmdk 20200926
echo
"directories:"
ls
/usr/lib
ls
/usr/local/lib
\ No newline at end of file
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