| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 3966eb6 commit ea3b870
13 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -82,8 +82,6 @@ jobs: | |||
| 82 | 82 | with: | |
| 83 | 83 | python-version: ${{ env.PYTHON_VERSION }} | |
| 84 | 84 | allow-prereleases: true | |
| 85 | - - name: Environment Information | ||
| 86 | - run: npx envinfo@7.21.0 | ||
| 87 | 85 | - name: Make tarball | |
| 88 | 86 | run: | | |
| 89 | 87 | export DISTTYPE=nightly | |
@@ -124,8 +122,6 @@ jobs: | |||
| 124 | 122 | uses: Mozilla-Actions/sccache-action@9e7fa8a12102821edf02ca5dbea1acd0f89a2696 # v0.0.10 | |
| 125 | 123 | with: | |
| 126 | 124 | version: v0.16.0 | |
| 127 | - - name: Environment Information | ||
| 128 | - run: npx envinfo@7.21.0 | ||
| 129 | 125 | - name: Download tarball | |
| 130 | 126 | uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 | |
| 131 | 127 | with: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -67,8 +67,6 @@ jobs: | |||
| 67 | 67 | uses: Mozilla-Actions/sccache-action@9e7fa8a12102821edf02ca5dbea1acd0f89a2696 # v0.0.10 | |
| 68 | 68 | with: | |
| 69 | 69 | version: v0.16.0 | |
| 70 | - - name: Environment Information | ||
| 71 | - run: npx envinfo@7.21.0 | ||
| 72 | 70 | - name: Install gcovr | |
| 73 | 71 | run: pip install gcovr==7.2 | |
| 74 | 72 | - name: Configure | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -67,8 +67,6 @@ jobs: | |||
| 67 | 67 | uses: Mozilla-Actions/sccache-action@9e7fa8a12102821edf02ca5dbea1acd0f89a2696 # v0.0.10 | |
| 68 | 68 | with: | |
| 69 | 69 | version: v0.16.0 | |
| 70 | - - name: Environment Information | ||
| 71 | - run: npx envinfo@7.21.0 | ||
| 72 | 70 | - name: Install gcovr | |
| 73 | 71 | run: pip install gcovr==7.2 | |
| 74 | 72 | - name: Configure | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -83,8 +83,6 @@ jobs: | |||
| 83 | 83 | run: | | |
| 84 | 84 | rustup override set "$RUSTC_VERSION" | |
| 85 | 85 | rustup --version | |
| 86 | - - name: Environment Information | ||
| 87 | - run: npx envinfo@7.21.0 | ||
| 88 | 86 | - name: Build | |
| 89 | 87 | run: ./vcbuild.bat clang-cl v8temporal | |
| 90 | 88 | # TODO(bcoe): investigate tests that fail with coverage enabled | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -43,8 +43,6 @@ jobs: | |||
| 43 | 43 | with: | |
| 44 | 44 | python-version: ${{ env.PYTHON_VERSION }} | |
| 45 | 45 | allow-prereleases: true | |
| 46 | - - name: Environment Information | ||
| 47 | - run: npx envinfo@7.21.0 | ||
| 48 | 46 | ||
| 49 | 47 | # install a version and checkout | |
| 50 | 48 | - name: Get latest nightly | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -23,8 +23,6 @@ jobs: | |||
| 23 | 23 | uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 | |
| 24 | 24 | with: | |
| 25 | 25 | node-version: ${{ env.NODE_VERSION }} | |
| 26 | - - name: Environment Information | ||
| 27 | - run: npx envinfo@7.21.0 | ||
| 28 | 26 | - name: Build lto | |
| 29 | 27 | run: | | |
| 30 | 28 | sudo apt-get update && sudo apt-get install ninja-build -y | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -31,8 +31,6 @@ jobs: | |||
| 31 | 31 | uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 | |
| 32 | 32 | with: | |
| 33 | 33 | node-version: ${{ env.NODE_VERSION }} | |
| 34 | - - name: Environment Information | ||
| 35 | - run: npx envinfo@7.21.0 | ||
| 36 | 34 | - name: Build | |
| 37 | 35 | run: NODE=$(command -v node) make doc-only | |
| 38 | 36 | - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -32,8 +32,6 @@ jobs: | |||
| 32 | 32 | uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 | |
| 33 | 33 | with: | |
| 34 | 34 | node-version: ${{ env.NODE_VERSION }} | |
| 35 | - - name: Environment Information | ||
| 36 | - run: npx envinfo@7.21.0 | ||
| 37 | 35 | - name: Lint addon docs | |
| 38 | 36 | run: NODE=$(command -v node) make lint-addon-docs | |
| 39 | 37 | lint-cpp: | |
@@ -48,8 +46,6 @@ jobs: | |||
| 48 | 46 | with: | |
| 49 | 47 | python-version: ${{ env.PYTHON_VERSION }} | |
| 50 | 48 | allow-prereleases: true | |
| 51 | - - name: Environment Information | ||
| 52 | - run: npx envinfo@7.21.0 | ||
| 53 | 49 | - name: Lint C/C++ files | |
| 54 | 50 | run: make lint-cpp | |
| 55 | 51 | format-cpp: | |
@@ -69,8 +65,6 @@ jobs: | |||
| 69 | 65 | with: | |
| 70 | 66 | python-version: ${{ env.PYTHON_VERSION }} | |
| 71 | 67 | allow-prereleases: true | |
| 72 | - - name: Environment Information | ||
| 73 | - run: npx envinfo@7.21.0 | ||
| 74 | 68 | - name: Format C/C++ files | |
| 75 | 69 | run: | | |
| 76 | 70 | make format-cpp-build | |
@@ -102,8 +96,6 @@ jobs: | |||
| 102 | 96 | uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 | |
| 103 | 97 | with: | |
| 104 | 98 | node-version: ${{ env.NODE_VERSION }} | |
| 105 | - - name: Environment Information | ||
| 106 | - run: npx envinfo@7.21.0 | ||
| 107 | 99 | - name: Lint JavaScript files | |
| 108 | 100 | run: | | |
| 109 | 101 | set +e | |
@@ -183,8 +175,6 @@ jobs: | |||
| 183 | 175 | with: | |
| 184 | 176 | python-version: ${{ env.PYTHON_VERSION }} | |
| 185 | 177 | allow-prereleases: true | |
| 186 | - - name: Environment Information | ||
| 187 | - run: npx envinfo@7.21.0 | ||
| 188 | 178 | - name: Lint Python | |
| 189 | 179 | run: | | |
| 190 | 180 | make lint-py-build | |
@@ -207,8 +197,6 @@ jobs: | |||
| 207 | 197 | with: | |
| 208 | 198 | python-version: ${{ env.PYTHON_VERSION }} | |
| 209 | 199 | allow-prereleases: true | |
| 210 | - - name: Environment Information | ||
| 211 | - run: npx envinfo@7.21.0 | ||
| 212 | 200 | - name: Lint YAML | |
| 213 | 201 | run: | | |
| 214 | 202 | make lint-yaml-build || true | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -79,8 +79,6 @@ jobs: | |||
| 79 | 79 | uses: Mozilla-Actions/sccache-action@9e7fa8a12102821edf02ca5dbea1acd0f89a2696 # v0.0.10 | |
| 80 | 80 | with: | |
| 81 | 81 | version: v0.16.0 | |
| 82 | - - name: Environment Information | ||
| 83 | - run: npx envinfo@7.21.0 | ||
| 84 | 82 | # This is needed due to https://github.com/nodejs/build/issues/3878 | |
| 85 | 83 | - name: Cleanup | |
| 86 | 84 | if: runner.os == 'macOS' | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -64,8 +64,6 @@ jobs: | |||
| 64 | 64 | uses: Mozilla-Actions/sccache-action@9e7fa8a12102821edf02ca5dbea1acd0f89a2696 # v0.0.10 | |
| 65 | 65 | with: | |
| 66 | 66 | version: v0.16.0 | |
| 67 | - - name: Environment Information | ||
| 68 | - run: npx envinfo@7.21.0 | ||
| 69 | 67 | - name: Build | |
| 70 | 68 | run: make build-ci -j4 V=1 CONFIG_FLAGS="--error-on-warn" | |
| 71 | 69 | - name: Test Internet | |
| Back | FazBrowse Home | New Git URL |
0 commit comments