-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
A-rebuild-detectionArea: rebuild detection and fingerprintingArea: rebuild detection and fingerprintingC-bugCategory: bugCategory: bug
Description
Problem
Build running on Github Action with macos-latest always reports missing serde_derive
.
serde_derive
should already be included byserde
's featurederive
: https://github.com/serde-rs/serde/blob/53b9871b172c1c29a16e66138f108bf4155444fe/serde/Cargo.toml#L35- shadowsocks-rust's
Cargo.toml
have specified thederive
feature: https://github.com/shadowsocks/shadowsocks-rust/blob/6451f33b2e9471b44feb315778d6f60d81634a86/Cargo.toml#L116 - It only happens in Github Action's macos-latest runner. I can't reproduce it locally.
jhpratt, aleksator, tmcguire and Equim-chan
Metadata
Metadata
Assignees
Labels
A-rebuild-detectionArea: rebuild detection and fingerprintingArea: rebuild detection and fingerprintingC-bugCategory: bugCategory: bug