You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For now failure is allowed as no work was done, but this should confirm the crate can at least be compiled
to that target.
We try different targets, including WASI, for good measure, and already build crates that are naturally working.
- run: set +x; for name in git-hash git-date git-features git-actor git-validate git-object; do (cd $name && cargo build --target ${{ matrix.target }}); done
31
+
name: naturally working
32
+
- run: set +x; for feature in rustsha1 zlib crc32 progress; do (cd git-features && cargo build --features $feature --target ${{ matrix.target }}); done
33
+
name: git-features --features
34
+
# - run: cargo build -p git-pack --target ${{ matrix.target }} // TODO: make something like it work
0 commit comments