Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[infra] Flip native_x packages back to wip #1866

Merged
merged 2 commits into from
Jan 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions pkgs/native_assets_builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.10.3-wip

- Nothing yet.

## 0.10.2

- Export types (fix for 0.10.1).
Expand Down
10 changes: 5 additions & 5 deletions pkgs/native_assets_builder/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: native_assets_builder
description: >-
This package is the backend that invokes build hooks.
version: 0.10.2
version: 0.10.3-wip
repository: https://github.com/dart-lang/native/tree/main/pkgs/native_assets_builder

# publish_to: none
publish_to: none

environment:
sdk: '>=3.5.0 <4.0.0'
Expand All @@ -15,9 +15,9 @@ dependencies:
file: ^7.0.1
graphs: ^2.3.1
logging: ^1.2.0
native_assets_cli: ^0.10.0
# native_assets_cli:
# path: ../native_assets_cli/
# native_assets_cli: ^0.10.0
native_assets_cli:
path: ../native_assets_cli/
package_config: ^2.1.0
yaml: ^3.1.2
yaml_edit: ^2.1.0
Expand Down
12 changes: 6 additions & 6 deletions pkgs/native_assets_builder/test_data/add_asset_link/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ environment:
dependencies:
logging: ^1.1.1
meta: ^1.12.0
native_assets_cli: ^0.10.0
# native_assets_cli:
# path: ../../../native_assets_cli/
native_toolchain_c: ^0.7.0
# native_toolchain_c:
# path: ../../../native_toolchain_c/
# native_assets_cli: ^0.10.0
native_assets_cli:
path: ../../../native_assets_cli/
# native_toolchain_c: ^0.7.0
native_toolchain_c:
path: ../../../native_toolchain_c/

dev_dependencies:
lints: ^3.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ dependencies:
complex_link_helper:
path: ../complex_link_helper/
logging: ^1.1.1
native_assets_cli: ^0.10.0
# native_assets_cli:
# path: ../../../native_assets_cli/
# native_assets_cli: ^0.10.0
native_assets_cli:
path: ../../../native_assets_cli/

dev_dependencies:
lints: ^3.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ environment:
dependencies:
cli_config: ^0.2.0
logging: ^1.1.1
native_assets_cli: ^0.10.0
# native_assets_cli:
# path: ../../../native_assets_cli/
# native_assets_cli: ^0.10.0
native_assets_cli:
path: ../../../native_assets_cli/

dev_dependencies:
lints: ^3.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ environment:
dependencies:
cyclic_package_2:
path: ../cyclic_package_2
native_assets_cli: ^0.10.0
# native_assets_cli:
# path: ../../../native_assets_cli/
# native_assets_cli: ^0.10.0
native_assets_cli:
path: ../../../native_assets_cli/
yaml: ^3.1.1
yaml_edit: ^2.1.0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ environment:
dependencies:
cyclic_package_1:
path: ../cyclic_package_1
native_assets_cli: ^0.10.0
# native_assets_cli:
# path: ../../../native_assets_cli/
# native_assets_cli: ^0.10.0
native_assets_cli:
path: ../../../native_assets_cli/
yaml: ^3.1.1
yaml_edit: ^2.1.0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ environment:
dependencies:
fail_build:
path: ../fail_build/
native_assets_cli: ^0.10.0
# native_assets_cli:
# path: ../../../native_assets_cli/
# native_assets_cli: ^0.10.0
native_assets_cli:
path: ../../../native_assets_cli/

dev_dependencies:
ffigen: ^8.0.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ environment:
dependencies:
depend_on_fail_build:
path: ../depend_on_fail_build/
native_assets_cli: ^0.10.0
# native_assets_cli:
# path: ../../../native_assets_cli/
# native_assets_cli: ^0.10.0
native_assets_cli:
path: ../../../native_assets_cli/

dev_dependencies:
ffigen: ^8.0.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ environment:

dependencies:
logging: ^1.1.1
native_assets_cli: ^0.10.0
# native_assets_cli:
# path: ../../../native_assets_cli/
native_toolchain_c: ^0.7.0
# native_toolchain_c:
# path: ../../../native_toolchain_c/
# native_assets_cli: ^0.10.0
native_assets_cli:
path: ../../../native_assets_cli/
# native_toolchain_c: ^0.7.0
native_toolchain_c:
path: ../../../native_toolchain_c/

dev_dependencies:
lints: ^3.0.0
Expand Down
6 changes: 3 additions & 3 deletions pkgs/native_assets_builder/test_data/fail_build/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ environment:
sdk: '>=3.3.0 <4.0.0'

dependencies:
native_assets_cli: ^0.10.0
# native_assets_cli:
# path: ../../../native_assets_cli/
# native_assets_cli: ^0.10.0
native_assets_cli:
path: ../../../native_assets_cli/

dev_dependencies:
ffigen: ^8.0.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ environment:
sdk: '>=3.3.0 <4.0.0'

dependencies:
native_assets_cli: ^0.10.0
# native_assets_cli:
# path: ../../../native_assets_cli/
# native_assets_cli: ^0.10.0
native_assets_cli:
path: ../../../native_assets_cli/

dev_dependencies:
ffigen: ^8.0.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ environment:
dependencies:
fail_on_os_sdk_version_linker:
path: ../fail_on_os_sdk_version_linker/
native_assets_cli: ^0.10.0
# native_assets_cli:
# path: ../../../native_assets_cli/
# native_assets_cli: ^0.10.0
native_assets_cli:
path: ../../../native_assets_cli/

dev_dependencies:
ffigen: ^8.0.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ environment:
sdk: '>=3.3.0 <4.0.0'

dependencies:
native_assets_cli: ^0.10.0
# native_assets_cli:
# path: ../../../native_assets_cli/
# native_assets_cli: ^0.10.0
native_assets_cli:
path: ../../../native_assets_cli/

dev_dependencies:
ffigen: ^8.0.2
Expand Down
12 changes: 6 additions & 6 deletions pkgs/native_assets_builder/test_data/native_add/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ environment:

dependencies:
logging: ^1.1.1
native_assets_cli: ^0.10.0
# native_assets_cli:
# path: ../../../native_assets_cli/
native_toolchain_c: ^0.7.0
# native_toolchain_c:
# path: ../../../native_toolchain_c/
# native_assets_cli: ^0.10.0
native_assets_cli:
path: ../../../native_assets_cli/
# native_toolchain_c: ^0.7.0
native_toolchain_c:
path: ../../../native_toolchain_c/

dev_dependencies:
ffigen: ^8.0.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ environment:

dependencies:
logging: ^1.1.1
native_assets_cli: ^0.10.0
# native_assets_cli:
# path: ../../../native_assets_cli/
native_toolchain_c: ^0.7.0
# native_toolchain_c:
# path: ../../../native_toolchain_c/
# native_assets_cli: ^0.10.0
native_assets_cli:
path: ../../../native_assets_cli/
# native_toolchain_c: ^0.7.0
native_toolchain_c:
path: ../../../native_toolchain_c/

dev_dependencies:
ffigen: ^8.0.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ dependencies:
logging: ^1.1.1
native_add:
path: ../native_add/
native_assets_cli: ^0.10.0
# native_assets_cli:
# path: ../../../native_assets_cli/
native_toolchain_c: ^0.7.0
# native_toolchain_c:
# path: ../../../native_toolchain_c/
# native_assets_cli: ^0.10.0
native_assets_cli:
path: ../../../native_assets_cli/
# native_toolchain_c: ^0.7.0
native_toolchain_c:
path: ../../../native_toolchain_c/

dev_dependencies:
ffigen: ^8.0.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ environment:

dependencies:
logging: ^1.1.1
native_assets_cli: ^0.10.0
# native_assets_cli:
# path: ../../../native_assets_cli/
native_toolchain_c: ^0.7.0
# native_toolchain_c:
# path: ../../../native_toolchain_c/
# native_assets_cli: ^0.10.0
native_assets_cli:
path: ../../../native_assets_cli/
# native_toolchain_c: ^0.7.0
native_toolchain_c:
path: ../../../native_toolchain_c/

dev_dependencies:
ffigen: ^8.0.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ environment:

dependencies:
logging: ^1.1.1
native_assets_cli: ^0.10.0
# native_assets_cli:
# path: ../../../native_assets_cli/
native_toolchain_c: ^0.7.0
# native_toolchain_c:
# path: ../../../native_toolchain_c/
# native_assets_cli: ^0.10.0
native_assets_cli:
path: ../../../native_assets_cli/
# native_toolchain_c: ^0.7.0
native_toolchain_c:
path: ../../../native_toolchain_c/

dev_dependencies:
ffigen: ^8.0.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ environment:
dependencies:
logging: ^1.1.1
meta: ^1.12.0
native_assets_cli: ^0.10.0
# native_assets_cli:
# path: ../../../native_assets_cli/
# native_assets_cli: ^0.10.0
native_assets_cli:
path: ../../../native_assets_cli/

dev_dependencies:
lints: ^3.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ environment:
sdk: '>=3.3.0 <4.0.0'

dependencies:
native_assets_cli: ^0.10.0
# native_assets_cli:
# path: ../../../native_assets_cli/
# native_assets_cli: ^0.10.0
native_assets_cli:
path: ../../../native_assets_cli/
package_with_metadata:
path: ../package_with_metadata/
yaml: ^3.1.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ environment:
sdk: '>=3.3.0 <4.0.0'

dependencies:
native_assets_cli: ^0.10.0
# native_assets_cli:
# path: ../../../native_assets_cli/
# native_assets_cli: ^0.10.0
native_assets_cli:
path: ../../../native_assets_cli/
yaml: ^3.1.1
yaml_edit: ^2.1.0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ environment:

dependencies:
logging: ^1.1.1
native_assets_cli: ^0.10.0
# native_assets_cli:
# path: ../../../native_assets_cli/
# native_assets_cli: ^0.10.0
native_assets_cli:
path: ../../../native_assets_cli/

dev_dependencies:
lints: ^3.0.0
Expand Down
6 changes: 3 additions & 3 deletions pkgs/native_assets_builder/test_data/simple_link/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ environment:
dependencies:
cli_config: ^0.2.0
logging: ^1.1.1
native_assets_cli: ^0.10.0
# native_assets_cli:
# path: ../../../native_assets_cli/
# native_assets_cli: ^0.10.0
native_assets_cli:
path: ../../../native_assets_cli/

dev_dependencies:
lints: ^3.0.0
Expand Down
6 changes: 3 additions & 3 deletions pkgs/native_assets_builder/test_data/transformer/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ environment:

dependencies:
crypto: ^3.0.6
native_assets_cli: ^0.10.0
# native_assets_cli:
# path: ../../../native_assets_cli/
# native_assets_cli: ^0.10.0
native_assets_cli:
path: ../../../native_assets_cli/

dev_dependencies:
lints: ^3.0.0
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ environment:

dependencies:
logging: ^1.1.1
native_assets_cli: ^0.10.0
# native_assets_cli:
# path: ../../../native_assets_cli/
native_toolchain_c: ^0.7.0
# native_toolchain_c:
# path: ../../../native_toolchain_c/
# native_assets_cli: ^0.10.0
native_assets_cli:
path: ../../../native_assets_cli/
# native_toolchain_c: ^0.7.0
native_toolchain_c:
path: ../../../native_toolchain_c/

dev_dependencies:
ffigen: ^8.0.2
Expand Down
Loading
Loading