diff options
| author | mo khan <mo.khan@gmail.com> | 2020-03-30 23:05:42 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-04-02 00:08:43 -0600 |
| commit | bfd7459419921ff37ee500f0698862eea6788675 (patch) | |
| tree | 9749333a7c8878b833b4642afe3071cf1c14012c /config | |
| parent | 43bcbbd04342faa497725c5b0be3c6d944d850da (diff) | |
Reproduce failure with go modules scanning
* Install sudo for existing configurations
* Detect dependencies in a gomodules project
* Add CHANGELOG entry and bump version
* Symlink to $GOPATH for non go modules projects
* Remove problematic go get setup
Diffstat (limited to 'config')
| -rw-r--r-- | config/.bashrc | 1 | ||||
| -rw-r--r-- | config/.tool-versions | 8 | ||||
| -rw-r--r-- | config/install.sh | 1 |
3 files changed, 5 insertions, 5 deletions
diff --git a/config/.bashrc b/config/.bashrc index e883436..288d919 100644 --- a/config/.bashrc +++ b/config/.bashrc @@ -6,7 +6,6 @@ function inflate() { local file=$1 local to_dir=$2 if [ -f "$file" ]; then - echo "Inflating $file in $to_dir" tar --use-compress-program zstd -xf "$file" -C "$to_dir" rm "$file" fi diff --git a/config/.tool-versions b/config/.tool-versions index a012517..92ddb32 100644 --- a/config/.tool-versions +++ b/config/.tool-versions @@ -1,11 +1,11 @@ elixir system golang system -gradle 6.2 +gradle 6.3 java adopt-openjdk-8u242-b08 adopt-openjdk-11.0.6+10 maven 3.6.3 -nodejs 10.18.0 -php 7.4.3 -python 3.8.1 2.7.17 +nodejs 10.19.0 +php 7.4.4 +python 3.8.2 2.7.17 ruby 2.6.5 rust system sbt 1.3.8 diff --git a/config/install.sh b/config/install.sh index f015620..2fa313c 100644 --- a/config/install.sh +++ b/config/install.sh @@ -62,6 +62,7 @@ apt-get install -y --no-install-recommends \ rebar \ rustc \ software-properties-common \ + sudo \ tk-dev \ unixodbc-dev \ unzip \ |
