I call this in my procedure:
debian/rules binary-headers binary-generic \ do_zfs=false \ do_dkms_nvidia=false \ do_dkms_nvidia_server=false \ skipabi=true \ skipmodule=true \ skipretpoline=true
And I get this error:
Debug: config-prepare-check-genericpython3 debian/scripts/misc/annotations -f /source/build/kernel/debian.master/config/annotations \ --arch amd64 --flavour generic --check /source/build/kernel/debian/build/build-generic/.configcheck-config: loading annotations from /source/build/kernel/debian.master/config/annotationscheck-config: CONFIG_AX88796B_RUST_PHY changed from n to -: policy<{'amd64': 'n'}>)check-config: CONFIG_CONSTRUCTORS changed from y to -: policy<{'amd64': 'y'}>)check-config: CONFIG_GPIO_AAEON changed from m to -: policy<{'amd64': 'm'}>)check-config: CONFIG_LEDS_AAEON changed from m to -: policy<{'amd64': 'm'}>)check-config: CONFIG_MFD_AAEON changed from m to -: policy<{'amd64': 'm'}>)check-config: CONFIG_RUST changed from y to -: policy<{'amd64': 'y'}>)check-config: CONFIG_RUST_BUILD_ASSERT_ALLOW changed from n to -: policy<{'amd64': 'n'}>)check-config: CONFIG_RUST_DEBUG_ASSERTIONS changed from n to -: policy<{'amd64': 'n'}>)check-config: CONFIG_RUST_IS_AVAILABLE changed from y to -: policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y', 'riscv64': 'y', 's390x': 'y'}>)check-config: CONFIG_RUST_OVERFLOW_CHECKS changed from y to -: policy<{'amd64': 'y'}>)check-config: CONFIG_RUST_PHYLIB_ABSTRACTIONS changed from y to -: policy<{'amd64': 'y'}>)check-config: CONFIG_SAMPLES_RUST changed from n to -: policy<{'amd64': 'n'}>)check-config: CONFIG_SENSORS_AAEON changed from m to -: policy<{'amd64': 'm'}>)check-config: CONFIG_UBUNTU_ODM_DRIVERS changed from y to -: policy<{'amd64': 'y'}>)check-config: 14 config options have changedmake: *** [debian/rules.d/4-checks.mk:15: config-prepare-check-generic] Error 1
I think this obviously has something to do with Rust, but I can't figure out what.