We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e40433 commit fbfd290Copy full SHA for fbfd290
.github/workflows/release.yml
@@ -160,7 +160,7 @@ jobs:
160
echo "release version: $RELEASE_VERSION"
161
162
- name: Build release binary
163
- run: ${{ env.CARGO }} build --verbose --release ${{ env.TARGET_FLAGS }} --no-default-features --features ${{ matrix.feature }}
+ run: RUSTFLAGS="--cfg unsound_local_offset" ${{ env.CARGO }} build --verbose --release ${{ env.TARGET_FLAGS }} --no-default-features --features ${{ matrix.feature }}
164
165
- name: Strip release binary (linux and macos)
166
if: matrix.build == 'linux' || matrix.build == 'macos'
0 commit comments