Skip to content

Commit da9a900

Browse files
committed
ci: debug sccache
1 parent ffb65eb commit da9a900

1 file changed

Lines changed: 2 additions & 17 deletions

File tree

.github/workflows/pyoxidizer.yml

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -87,26 +87,11 @@ jobs:
8787
run: |
8888
sccache --start-server
8989
90-
# TODO get pyembed working. It needs a working libpython.
91-
- name: Build Workspace
90+
- name: Build Project
9291
env:
9392
RUSTC_WRAPPER: sccache
9493
run: |
95-
cargo build --workspace --exclude pyembed --exclude oxidized-importer
96-
cargo run --bin pyoxidizer -- --version
97-
98-
- name: Test Workspace
99-
env:
100-
RUSTC_WRAPPER: sccache
101-
run: |
102-
cargo test --workspace --exclude pyembed --exclude oxidized-importer
103-
104-
- name: Run Clippy
105-
if: ${{ matrix.rust_toolchain == 'stable' || matrix.rust_toolchain == 'beta' }}
106-
env:
107-
RUSTC_WRAPPER: sccache
108-
run: |
109-
cargo clippy --workspace --exclude pyembed --exclude oxdized-importer
94+
cargo build -p virtual-file-manifest
11095
11196
- name: Stop sccache
11297
run: |

0 commit comments

Comments
 (0)