| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent afd922c commit 9e17171
13 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -48,8 +48,6 @@ jobs: | |||
| 48 | 48 | uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 | |
| 49 | 49 | with: | |
| 50 | 50 | python-version: ${{ env.PYTHON_VERSION }} | |
| 51 | - - name: Environment Information | ||
| 52 | - run: npx envinfo@7.21.0 | ||
| 53 | 51 | - name: Make tarball | |
| 54 | 52 | run: | | |
| 55 | 53 | export DISTTYPE=nightly | |
@@ -85,8 +83,6 @@ jobs: | |||
| 85 | 83 | uses: Mozilla-Actions/sccache-action@9e7fa8a12102821edf02ca5dbea1acd0f89a2696 # v0.0.10 | |
| 86 | 84 | with: | |
| 87 | 85 | version: v0.16.0 | |
| 88 | - - name: Environment Information | ||
| 89 | - run: npx envinfo@7.21.0 | ||
| 90 | 86 | - name: Download tarball | |
| 91 | 87 | uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 | |
| 92 | 88 | with: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -61,8 +61,6 @@ jobs: | |||
| 61 | 61 | uses: Mozilla-Actions/sccache-action@9e7fa8a12102821edf02ca5dbea1acd0f89a2696 # v0.0.10 | |
| 62 | 62 | with: | |
| 63 | 63 | version: v0.16.0 | |
| 64 | - - name: Environment Information | ||
| 65 | - run: npx envinfo@7.21.0 | ||
| 66 | 64 | - name: Install gcovr | |
| 67 | 65 | run: pip install gcovr==7.2 | |
| 68 | 66 | - name: Configure | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -61,8 +61,6 @@ jobs: | |||
| 61 | 61 | uses: Mozilla-Actions/sccache-action@9e7fa8a12102821edf02ca5dbea1acd0f89a2696 # v0.0.10 | |
| 62 | 62 | with: | |
| 63 | 63 | version: v0.16.0 | |
| 64 | - - name: Environment Information | ||
| 65 | - run: npx envinfo@7.21.0 | ||
| 66 | 64 | - name: Install gcovr | |
| 67 | 65 | run: pip install gcovr==7.2 | |
| 68 | 66 | - name: Configure | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -78,8 +78,6 @@ jobs: | |||
| 78 | 78 | python-version: ${{ env.PYTHON_VERSION }} | |
| 79 | 79 | - name: Install deps | |
| 80 | 80 | run: choco install nasm | |
| 81 | - - name: Environment Information | ||
| 82 | - run: npx envinfo@7.21.0 | ||
| 83 | 81 | - name: Build | |
| 84 | 82 | run: ./vcbuild.bat clang-cl | |
| 85 | 83 | # TODO(bcoe): investigate tests that fail with coverage enabled | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -42,8 +42,6 @@ jobs: | |||
| 42 | 42 | uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 | |
| 43 | 43 | with: | |
| 44 | 44 | python-version: ${{ env.PYTHON_VERSION }} | |
| 45 | - - name: Environment Information | ||
| 46 | - run: npx envinfo@7.21.0 | ||
| 47 | 45 | ||
| 48 | 46 | # install a version and checkout | |
| 49 | 47 | - 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: | |
@@ -47,8 +45,6 @@ jobs: | |||
| 47 | 45 | uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 | |
| 48 | 46 | with: | |
| 49 | 47 | python-version: ${{ env.PYTHON_VERSION }} | |
| 50 | - - name: Environment Information | ||
| 51 | - run: npx envinfo@7.21.0 | ||
| 52 | 48 | - name: Lint C/C++ files | |
| 53 | 49 | run: make lint-cpp | |
| 54 | 50 | format-cpp: | |
@@ -67,8 +63,6 @@ jobs: | |||
| 67 | 63 | uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 | |
| 68 | 64 | with: | |
| 69 | 65 | python-version: ${{ env.PYTHON_VERSION }} | |
| 70 | - - name: Environment Information | ||
| 71 | - run: npx envinfo@7.21.0 | ||
| 72 | 66 | - name: Format C/C++ files | |
| 73 | 67 | run: | | |
| 74 | 68 | make format-cpp-build | |
@@ -100,8 +94,6 @@ jobs: | |||
| 100 | 94 | uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 | |
| 101 | 95 | with: | |
| 102 | 96 | node-version: ${{ env.NODE_VERSION }} | |
| 103 | - - name: Environment Information | ||
| 104 | - run: npx envinfo@7.21.0 | ||
| 105 | 97 | - name: Lint JavaScript files | |
| 106 | 98 | run: | | |
| 107 | 99 | set +e | |
@@ -159,8 +151,6 @@ jobs: | |||
| 159 | 151 | uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 | |
| 160 | 152 | with: | |
| 161 | 153 | python-version: ${{ env.PYTHON_VERSION }} | |
| 162 | - - name: Environment Information | ||
| 163 | - run: npx envinfo@7.21.0 | ||
| 164 | 154 | - name: Lint Python | |
| 165 | 155 | run: | | |
| 166 | 156 | make lint-py-build | |
@@ -182,8 +172,6 @@ jobs: | |||
| 182 | 172 | uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 | |
| 183 | 173 | with: | |
| 184 | 174 | python-version: ${{ env.PYTHON_VERSION }} | |
| 185 | - - name: Environment Information | ||
| 186 | - run: npx envinfo@7.21.0 | ||
| 187 | 175 | - name: Lint YAML | |
| 188 | 176 | run: | | |
| 189 | 177 | 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 | |
|---|---|---|---|
@@ -58,8 +58,6 @@ jobs: | |||
| 58 | 58 | uses: Mozilla-Actions/sccache-action@9e7fa8a12102821edf02ca5dbea1acd0f89a2696 # v0.0.10 | |
| 59 | 59 | with: | |
| 60 | 60 | version: v0.16.0 | |
| 61 | - - name: Environment Information | ||
| 62 | - run: npx envinfo@7.21.0 | ||
| 63 | 61 | - name: Build | |
| 64 | 62 | run: make build-ci -j4 V=1 CONFIG_FLAGS="--error-on-warn" | |
| 65 | 63 | - name: Test Internet | |
| Back | FazBrowse Home | New Git URL |
0 commit comments