Skip to content

Commit 2a46e33

Browse files
authored
Merge branch 'main' into noselinuxprogs
2 parents f4fb943 + 404257d commit 2a46e33

4 files changed

Lines changed: 17 additions & 5 deletions

File tree

.github/workflows/CICD.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -584,8 +584,7 @@ jobs:
584584
- { os: ubuntu-latest , target: x86_64-unknown-linux-gnu , features: "feat_os_unix,test_risky_names", use-cross: use-cross }
585585
- { os: ubuntu-latest , target: x86_64-unknown-linux-gnu , features: "feat_os_unix,uudoc" , use-cross: no, workspace-tests: true }
586586
- { os: ubuntu-latest , target: x86_64-unknown-linux-musl , features: feat_os_unix_musl , use-cross: use-cross }
587-
# broken by network error
588-
# - { os: ubuntu-latest , target: x86_64-unknown-redox , features: feat_os_unix_redox , use-cross: redoxer , skip-tests: true }
587+
- { os: ubuntu-latest , target: x86_64-unknown-redox , features: feat_os_unix_redox , use-cross: redoxer , skip-tests: true }
589588
- { os: ubuntu-latest , target: wasm32-unknown-unknown , default-features: false, features: uucore/format, skip-tests: true, skip-package: true, skip-publish: true }
590589
- { os: macos-latest , target: aarch64-apple-darwin , features: feat_os_macos, workspace-tests: true } # M1 CPU
591590
# PR #7964: Mac should still build even if the feature is not enabled
@@ -785,7 +784,7 @@ jobs:
785784
- uses: taiki-e/install-action@v2
786785
if: steps.vars.outputs.CARGO_CMD == 'redoxer'
787786
with:
788-
tool: redoxer@0.2.37
787+
tool: redoxer@0.2.56
789788
- name: Initialize toolchain-dependent workflow variables
790789
id: dep_vars
791790
shell: bash

GNUmakefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,6 @@ endif
313313

314314
all: build
315315

316-
use_default := 1
317-
318316
build-pkgs:
319317
ifneq (${MULTICALL}, y)
320318
ifdef BUILD_SPEC_FEATURE
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
--git a/tests/runcon/runcon-no-reorder.sh b/tests/runcon/runcon-no-reorder.sh
2+
index 2027555..956c51e 100644
3+
--- a/tests/runcon/runcon-no-reorder.sh
4+
+++ b/tests/runcon/runcon-no-reorder.sh
5+
@@ -16,6 +16,9 @@
6+
# You should have received a copy of the GNU General Public License
7+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
8+
9+
+# We don't have runcon buildable without libselinux.
10+
+_require_selinux_
11+
+
12+
. "${srcdir=.}/tests/init.sh"; path_prepend_ ./src
13+
print_ver_ runcon
14+

util/gnu-patches/series

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ tests_tsort.patch
1111
tests_du_move_dir_while_traversing.patch
1212
test_mkdir_restorecon.patch
1313
error_msg_uniq.diff
14+
runcon-no-reorder.patch

0 commit comments

Comments
 (0)