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

fs_mark tests [DONT MERGE] #802

Closed
wants to merge 1 commit into from
Closed
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
2 changes: 1 addition & 1 deletion .github/actions/phoenix-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ runs:
CI_CUSTOM_BUILDROOT: ${{ inputs.buildroot }}
LONG_TEST: ${{ inputs.nightly == 'true' && 'y' || 'n' }}
args:
- ${{ inputs.params }} # note: params will be split by build.sh internally
- ${{ inputs.params }} ports # note: params will be split by build.sh internally

# branding
branding:
Expand Down
1 change: 1 addition & 0 deletions _targets/build.project.armv7a7-imx6ull
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export PORTS_LZO=y
export PORTS_OPENVPN=y
export PORTS_JANSSON=y
export PORTS_CURL=y
export PORTS_FS_MARK=y

#
# Platform dependent parameters
Expand Down
1 change: 1 addition & 0 deletions _targets/build.project.armv7a9-zynq7000
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ CROSS=arm-phoenix-
export PSH_DEFUSRPWDHASH="0B1ANiYi45IhxkfmUW155/GBd4IRE="

export PORTS_BUSYBOX=y
export PORTS_FS_MARK=y

#
# Default platform dependent parameters
Expand Down
1 change: 1 addition & 0 deletions _targets/build.project.armv7m4-stm32l4x6
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export PORTS_LZO=n
export PORTS_OPENVPN=n
export PORTS_JANSSON=n
export PORTS_CURL=n
export PORTS_FS_MARK=y


#
Expand Down
1 change: 1 addition & 0 deletions _targets/build.project.armv7m7-imxrt105x
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export PORTS_CURL=n
export PORTS_MICROPYTHON=n
export PORTS_MBEDTLS=n
export PORTS_AZURE_SDK=n
export PORTS_FS_MARK=y


#
Expand Down
1 change: 1 addition & 0 deletions _targets/build.project.armv7m7-imxrt106x
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export PORTS_CURL=n
export PORTS_MICROPYTHON=n
export PORTS_MBEDTLS=n
export PORTS_AZURE_SDK=n
export PORTS_FS_MARK=y


#
Expand Down
1 change: 1 addition & 0 deletions _targets/build.project.armv7m7-imxrt117x
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export PORTS_LZO=n
export PORTS_OPENVPN=n
export PORTS_JANSSON=n
export PORTS_CURL=n
export PORTS_FS_MARK=y



Expand Down
1 change: 1 addition & 0 deletions _targets/build.project.ia32-generic
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export PORTS_OPENVPN=y
export PORTS_JANSSON=y
export PORTS_CURL=y
export PORTS_MICROPYTHON=y
export PORTS_FS_MARK=y

#
# Platform dependent parameters
Expand Down
1 change: 1 addition & 0 deletions _targets/build.project.riscv64-generic
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export PORTS_LZO=y
export PORTS_OPENVPN=y
export PORTS_JANSSON=y
export PORTS_CURL=y
export PORTS_FS_MARK=y


#
Expand Down
Loading