summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2020-02-26 12:41:33 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2020-03-02 14:53:05 +0900
commitbdf2d9132651c09f99f2ebb6ff82f47bbcad226d (patch)
treed56dc8c9e76c6e87fe46efbc83571107294007d2
parentf4a3830ff2909c19074979a93af17b43f945b634 (diff)
.travis.yml, .github: delete environmental dumps
They were necessary when developing YAMLs, but not useful any longer.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/2927
-rw-r--r--.github/workflows/ubuntu.yml26
-rw-r--r--.travis.yml11
2 files changed, 0 insertions, 37 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index bb174fd650..9d8e44f425 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -23,32 +23,6 @@ jobs:
runs-on: ${{ matrix.os }}
if: "!contains(github.event.head_commit.message, '[ci skip]')"
steps:
- - run: env | sort
- - name: Dump GitHub context
- env:
- GITHUB_CONTEXT: ${{ toJson(github) }}
- run: echo "$GITHUB_CONTEXT"
- - name: Dump job context
- env:
- JOB_CONTEXT: ${{ toJson(job) }}
- run: echo "$JOB_CONTEXT"
- - name: Dump steps context
- env:
- STEPS_CONTEXT: ${{ toJson(steps) }}
- run: echo "$STEPS_CONTEXT"
- - name: Dump runner context
- env:
- RUNNER_CONTEXT: ${{ toJson(runner) }}
- run: echo "$RUNNER_CONTEXT"
- - name: Dump strategy context
- env:
- STRATEGY_CONTEXT: ${{ toJson(strategy) }}
- run: echo "$STRATEGY_CONTEXT"
- - name: Dump matrix context
- env:
- MATRIX_CONTEXT: ${{ toJson(matrix) }}
- run: echo "$MATRIX_CONTEXT"
-
- name: Install libraries
run: |
set -x
diff --git a/.travis.yml b/.travis.yml
index 9a95fb13ea..ba098c1ad6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -460,16 +460,7 @@ matrix:
fast_finish: true
before_script:
- - dpkg --print-architecture
- - dpkg --print-foreign-architectures
- - setarch --list
- - echo JOBS=${JOBS} SETARCH=${SETARCH}
- - $SETARCH uname -a
- - $SETARCH uname -r
- - ip a
- - cat /etc/hosts
- rm -fr .ext autom4te.cache
- - echo $TERM
- |-
[ -d ~/.downloaded-cache ] ||
mkdir ~/.downloaded-cache
@@ -491,7 +482,6 @@ before_script:
- chmod -R a-w .
- chmod -R u+w build config_1st config_2nd
- cd build
- - ccache --show-stats
- |-
case "$CC" in
gcc*) CC="ccache $CC${GCC_FLAGS:+ }$GCC_FLAGS -fno-diagnostics-color";;
@@ -512,7 +502,6 @@ before_script:
- chmod u-w ..
- $SETARCH make -s $JOBS
- make -s install
- - ccache --show-stats
- |-
[ -z "${GEMS_FOR_TEST}" ] ||
$RUBY_PREFIX/bin/gem install --no-document $GEMS_FOR_TEST