| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent ecd4a1b commit 1c1dab6
11 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -48,8 +48,6 @@ jobs: | |||
| 48 | 48 | uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 | |
| 49 | 49 | with: | |
| 50 | 50 | python-version: ${{ env.PYTHON_VERSION }} | |
| 51 | - - name: Environment Information | ||
| 52 | - run: npx envinfo | ||
| 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@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9 | |
| 86 | 84 | with: | |
| 87 | 85 | version: v0.12.0 | |
| 88 | - - name: Environment Information | ||
| 89 | - run: npx envinfo | ||
| 90 | 86 | - name: Download tarball | |
| 91 | 87 | uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 | |
| 92 | 88 | with: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -62,8 +62,6 @@ jobs: | |||
| 62 | 62 | uses: Mozilla-Actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9 | |
| 63 | 63 | with: | |
| 64 | 64 | version: v0.12.0 | |
| 65 | - - name: Environment Information | ||
| 66 | - run: npx envinfo | ||
| 67 | 65 | - name: Install gcovr | |
| 68 | 66 | run: pip install gcovr==7.2 | |
| 69 | 67 | - name: Configure | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -62,8 +62,6 @@ jobs: | |||
| 62 | 62 | uses: Mozilla-Actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9 | |
| 63 | 63 | with: | |
| 64 | 64 | version: v0.12.0 | |
| 65 | - - name: Environment Information | ||
| 66 | - run: npx envinfo | ||
| 67 | 65 | - name: Install gcovr | |
| 68 | 66 | run: pip install gcovr==7.2 | |
| 69 | 67 | - name: Configure | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -54,8 +54,6 @@ jobs: | |||
| 54 | 54 | python-version: ${{ env.PYTHON_VERSION }} | |
| 55 | 55 | - name: Install deps | |
| 56 | 56 | run: choco install nasm | |
| 57 | - - name: Environment Information | ||
| 58 | - run: npx envinfo | ||
| 59 | 57 | - name: Build | |
| 60 | 58 | run: ./vcbuild.bat | |
| 61 | 59 | # 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@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 | |
| 43 | 43 | with: | |
| 44 | 44 | python-version: ${{ env.PYTHON_VERSION }} | |
| 45 | - - name: Environment Information | ||
| 46 | - run: npx envinfo | ||
| 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 | |
|---|---|---|---|
@@ -22,8 +22,6 @@ jobs: | |||
| 22 | 22 | uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 | |
| 23 | 23 | with: | |
| 24 | 24 | node-version: ${{ env.NODE_VERSION }} | |
| 25 | - - name: Environment Information | ||
| 26 | - run: npx envinfo | ||
| 27 | 25 | - name: Build lto | |
| 28 | 26 | run: | | |
| 29 | 27 | 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@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 | |
| 32 | 32 | with: | |
| 33 | 33 | node-version: ${{ env.NODE_VERSION }} | |
| 34 | - - name: Environment Information | ||
| 35 | - run: npx envinfo | ||
| 36 | 34 | - name: Build | |
| 37 | 35 | run: NODE=$(command -v node) make doc-only | |
| 38 | 36 | - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -32,8 +32,6 @@ jobs: | |||
| 32 | 32 | uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 | |
| 33 | 33 | with: | |
| 34 | 34 | node-version: ${{ env.NODE_VERSION }} | |
| 35 | - - name: Environment Information | ||
| 36 | - run: npx envinfo | ||
| 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@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 | |
| 48 | 46 | with: | |
| 49 | 47 | python-version: ${{ env.PYTHON_VERSION }} | |
| 50 | - - name: Environment Information | ||
| 51 | - run: npx envinfo | ||
| 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@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 | |
| 68 | 64 | with: | |
| 69 | 65 | python-version: ${{ env.PYTHON_VERSION }} | |
| 70 | - - name: Environment Information | ||
| 71 | - run: npx envinfo | ||
| 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@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 | |
| 101 | 95 | with: | |
| 102 | 96 | node-version: ${{ env.NODE_VERSION }} | |
| 103 | - - name: Environment Information | ||
| 104 | - run: npx envinfo | ||
| 105 | 97 | - name: Lint JavaScript files | |
| 106 | 98 | run: | | |
| 107 | 99 | set +e | |
@@ -159,8 +151,6 @@ jobs: | |||
| 159 | 151 | uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 | |
| 160 | 152 | with: | |
| 161 | 153 | python-version: ${{ env.PYTHON_VERSION }} | |
| 162 | - - name: Environment Information | ||
| 163 | - run: npx envinfo | ||
| 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@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 | |
| 183 | 173 | with: | |
| 184 | 174 | python-version: ${{ env.PYTHON_VERSION }} | |
| 185 | - - name: Environment Information | ||
| 186 | - run: npx envinfo | ||
| 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 | |
|---|---|---|---|
@@ -57,8 +57,6 @@ jobs: | |||
| 57 | 57 | uses: Mozilla-Actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9 | |
| 58 | 58 | with: | |
| 59 | 59 | version: v0.12.0 | |
| 60 | - - name: Environment Information | ||
| 61 | - run: npx envinfo | ||
| 62 | 60 | - name: Build | |
| 63 | 61 | run: make build-ci -j4 V=1 CONFIG_FLAGS="--error-on-warn" | |
| 64 | 62 | - name: Test Internet | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -61,8 +61,6 @@ jobs: | |||
| 61 | 61 | uses: Mozilla-Actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9 | |
| 62 | 62 | with: | |
| 63 | 63 | version: v0.12.0 | |
| 64 | - - name: Environment Information | ||
| 65 | - run: npx envinfo | ||
| 66 | 64 | - name: Build | |
| 67 | 65 | run: make -C node build-ci -j4 V=1 CONFIG_FLAGS="--error-on-warn" | |
| 68 | 66 | - name: Test | |
| Back | FazBrowse Home | New Git URL |
0 commit comments